From 59fcd54f29e77c245674a91bd3f8fb253fd526dc Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 27 Nov 2004 04:50:34 +0000 Subject: remove -Wmissing-prototypes from g++ flags, per gcc 3.4 --- configs/linux-debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/linux-debug') 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 -- cgit v1.2.3