From e7d02e567990b8cac05565501e0b74a9bb195a6d Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Mon, 22 Jun 2009 18:19:18 +0000 Subject: 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 is included. Might fix a crash in compressed file reading, though I'm not sure since it's hard to repeat the crash consistently. --- source/blender/python/BPY_extern.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/python/BPY_extern.h') diff --git a/source/blender/python/BPY_extern.h b/source/blender/python/BPY_extern.h index 855fdde50c5..7658ca5d359 100644 --- a/source/blender/python/BPY_extern.h +++ b/source/blender/python/BPY_extern.h @@ -50,6 +50,8 @@ struct bConstraintTarget; /* DNA_constraint_types.h*/ struct Script; /* DNA_screen_types.h */ struct BPyMenu; struct bContext; +struct ReportList; + #ifdef __cplusplus extern "C" { #endif -- cgit v1.2.3