warzone2100/lib/script
Giel van Schijndel 707e156265 * Fix warning about "null argument where non-null required"
* Turn macro ALLOC_VARIDENTDECL partially into a static inline function
 * Remove -Wno-nonnull since this warning shouldn't appear anymore now
Patch by pseudonym404 with some changes by me ( http://forums.wz2100.net/index.php?topic=148.msg7723#msg7723 )

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@2377 4a71c877-e1ca-e34f-864e-861f7616d084
2007-08-14 19:24:29 +00:00
..
Makefile.am - Add -Wextra to debug=yes, as it doesn't generate so many new warnings 2007-04-09 14:41:22 +00:00
Makefile.raw Proposed fix for non-MSVC buildsystems 2007-01-09 22:07:58 +00:00
chat_lexer.l Rename a few files for consistent naming. base.h -> basedef.h. 2007-07-12 19:56:16 +00:00
chat_parser.y - added two additional chat commands which can be recognized by AI 2007-05-06 12:03:18 +00:00
chat_processing.h Rename a few files for consistent naming. base.h -> basedef.h. 2007-07-12 19:56:16 +00:00
codeprint.c * remove macro PTRVALID 2007-04-03 13:20:41 +00:00
codeprint.h Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00
event.c Audit more globals not being set correctly to NULL. 2007-06-12 17:56:34 +00:00
event.h Enabled recursive function calls for scripts. 2007-03-31 16:03:21 +00:00
evntsave.c FREE->free, MALLOC->malloc (sed+review) 2007-04-15 10:43:05 +00:00
evntsave.h Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00
interp.c Turn some ASSERTs into debug(LOG_ERROR, ... ) 2007-08-13 10:35:18 +00:00
interp.h - removed some ASSERSs doubling debug() error output 2007-02-14 18:29:26 +00:00
parse.h Show correct line number of the error in the input script file when using script includes. 2007-07-15 13:11:09 +00:00
script.c FREE->free, MALLOC->malloc (sed+review) 2007-04-15 10:43:05 +00:00
script.h Enabled recursive function calls for scripts. 2007-03-31 16:03:21 +00:00
script_lexer.l Fix signedness warning 2007-07-15 15:59:54 +00:00
script_parser.y * Fix warning about "null argument where non-null required" 2007-08-14 19:24:29 +00:00
stack.c Audit more globals not being set correctly to NULL. 2007-06-12 17:56:34 +00:00
stack.h Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00