ossp-pkg/xds/Makefile 1.12 -> 1.13
--- Makefile 2001/07/08 15:36:29 1.12
+++ Makefile 2001/07/09 17:44:47 1.13
@@ -5,7 +5,7 @@
AR = ar
RANLIB = ranlib
-WARNFLAGS = -Wall -ansi -pedantic
+WARNFLAGS = -Wall -ansi -pedantic -Wshadow -Wpointer-arith -Wcast-align -Winline -Wmissing-prototypes -Wmissing-declarations -Wnested-externs
OPTFLAGS = -O3 -pipe
CPPFLAGS = -D_GNU_SOURCE
|
|