diff options
author | Karl Schultz <kschultz@freedesktop.org> | 2004-01-28 19:46:12 +0000 |
---|---|---|
committer | Karl Schultz <kschultz@freedesktop.org> | 2004-01-28 19:46:12 +0000 |
commit | 77650b4672ad74a5179c16f726fecdb2b94ae0b3 (patch) | |
tree | 9d64fc8d0781f24dc1a91e116d5d7dc395ecde0b /src/glu | |
parent | 1ce9940c79e2f64db8cce04a1fcfa9a5402591ab (diff) | |
download | external_mesa3d-77650b4672ad74a5179c16f726fecdb2b94ae0b3.zip external_mesa3d-77650b4672ad74a5179c16f726fecdb2b94ae0b3.tar.gz external_mesa3d-77650b4672ad74a5179c16f726fecdb2b94ae0b3.tar.bz2 |
Fix compiler options regarding exception handing to resolve warnings.
Diffstat (limited to 'src/glu')
-rw-r--r-- | src/glu/sgi/ccDebug.txt | 2 | ||||
-rw-r--r-- | src/glu/sgi/ccRelease.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/glu/sgi/ccDebug.txt b/src/glu/sgi/ccDebug.txt index 0928005..8c021cc 100644 --- a/src/glu/sgi/ccDebug.txt +++ b/src/glu/sgi/ccDebug.txt @@ -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" diff --git a/src/glu/sgi/ccRelease.txt b/src/glu/sgi/ccRelease.txt index 2f07a84..26ae6a0 100644 --- a/src/glu/sgi/ccRelease.txt +++ b/src/glu/sgi/ccRelease.txt @@ -1,4 +1,4 @@ -/nologo /W2 /GX /O2 /c /TP +/nologo /W2 /GX- /O2 /c /TP /I "../../../include" /I "./include" /I "./libnurbs/interface" |