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 0928005180f7f99c6a340527fc8f76c562203893..8c021cc528b0e7a3d5366ecf590d7476010afe74 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 2f07a844f4c5f6e6bc5cbdecd7d2aee653e50e72..26ae6a01f1212652f3ccad989b27b52fc8f79b93 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"