Various fixes in rna_*_api.c files to remove compiler warnings.

This commit is contained in:
2009-08-19 09:52:13 +00:00
parent 7c786e28c4
commit 7220792f18
13 changed files with 35 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ Import ('env')
sources = env.Glob('intern/*.c')
incs = '. ../editors/include ../makesdna ../makesrna ../makesrna/intern ../blenlib ../blenkernel ../nodes'
incs = '. ../editors/include ../makesdna ../makesrna ../blenlib ../blenkernel ../nodes'
incs += ' ../imbuf ../blenloader ../render/extern/include ../windowmanager'
incs += ' #intern/guardedalloc #intern/memutil #extern/glew/include'
incs += ' ' + env['BF_PYTHON_INC']