disable a heap of warnings that are impractical to fix (eg assignment in an if ())

This commit is contained in:
kreatordxx 2006-12-26 03:48:34 +00:00
parent 83574d83b7
commit 8ef7d20615
2 changed files with 2 additions and 1 deletions

View file

@ -18,7 +18,7 @@ Includes =
Sym-PPC = -sym on
PPCCOptions = {Includes} -includes unix {Sym-PPC} -d HAVE_CONFIG_H -enum int -noMapCR -d OGL
PPCCOptions = {Includes} -includes unix {Sym-PPC} -d HAVE_CONFIG_H -enum int -noMapCR -w 2,7,30,35 -d OGL
### Source Files ###

View file

@ -3,6 +3,7 @@ D2X-Rebirth Changelog
20061226
--------
arch/carbon/conf.h, arch/sdl/gr.c, d2x-Info.plist, d2xgl-Info.plist, main/inferno.c, English.lproj/InfoPlist.strings: update version info, use DESCENT_VERSION instead of PACKAGE_NAME
D2X.make: disable a heap of warnings that are impractical to fix (eg assignment in an if ())
20061225
--------