summaryrefslogtreecommitdiff
path: root/configs/linux-debug
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-11-27 04:50:34 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-11-27 04:50:34 +0000
commit59fcd54f29e77c245674a91bd3f8fb253fd526dc (patch)
treeaf4f3def38ecad7912f1fa7aec8acd86aff62c25 /configs/linux-debug
parent11a0a99d1b0bccc45b484cd24eeaf97cda0e8d86 (diff)
remove -Wmissing-prototypes from g++ flags, per gcc 3.4
Diffstat (limited to 'configs/linux-debug')
-rw-r--r--configs/linux-debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/linux-debug b/configs/linux-debug
index 260f172e81..2e579d912a 100644
--- a/configs/linux-debug
+++ b/configs/linux-debug
@@ -10,7 +10,7 @@ CXX = g++
CFLAGS = -g -ansi -pedantic -Wall -Wmissing-prototypes -Wundef -fPIC -ffast-math -D_POSIX_SOURCE -D_SVID_SOURCE -D_BSD_SOURCE -I/usr/X11R6/include -DUSE_XSHM -DPTHREADS -DDEBUG -DMESA_DEBUG
-CXXFLAGS = -g -ansi -pedantic -Wall -Wmissing-prototypes -Wundef -fPIC -ffast-math -D_POSIX_SOURCE -D_SVID_SOURCE -D_BSD_SOURCE -DDEBUG -DMESA_DEBUG
+CXXFLAGS = -g -ansi -pedantic -Wall -Wundef -fPIC -ffast-math -D_POSIX_SOURCE -D_SVID_SOURCE -D_BSD_SOURCE -DDEBUG -DMESA_DEBUG
GLUT_CFLAGS = -fexceptions