2.5: warning fixes

Mostly harmless ones, except for one about "gzopen64" being
undeclared. This needs some defines in BLI_storage.h to be set
before <unistd.h> is included. Might fix a crash in compressed
file reading, though I'm not sure since it's hard to repeat
the crash consistently.
This commit is contained in:
2009-06-22 18:19:18 +00:00
parent bce3f7e019
commit e7d02e5679
14 changed files with 40 additions and 19 deletions

View File

@@ -32,6 +32,8 @@
#include <config.h>
#endif
#include "BLI_storage.h" /* _LARGEFILE_SOURCE */
#include <stdlib.h>
#include <string.h>
#include <stdio.h>