Fix compiler options regarding exception handing to resolve warnings.
authorKarl Schultz <kschultz@freedesktop.org>
Wed, 28 Jan 2004 19:46:12 +0000 (19:46 +0000)
committerKarl Schultz <kschultz@freedesktop.org>
Wed, 28 Jan 2004 19:46:12 +0000 (19:46 +0000)
src/glu/sgi/ccDebug.txt
src/glu/sgi/ccRelease.txt

index 0928005..8c021cc 100644 (file)
@@ -1,4 +1,4 @@
-/nologo /W2 /GX /ZI /Od /c /TP 
+/nologo /W2 /GX- /ZI /Od /c /TP 
 /I "../../../include" 
 /I "./include" 
 /I "./libnurbs/interface"
index 2f07a84..26ae6a0 100644 (file)
@@ -1,4 +1,4 @@
-/nologo /W2 /GX /O2 /c /TP 
+/nologo /W2 /GX- /O2 /c /TP 
 /I "../../../include" 
 /I "./include" 
 /I "./libnurbs/interface"