ossp-pkg/xds/regression-tests/Makefile 1.7 -> 1.8
--- Makefile 2001/07/09 17:16:30 1.7
+++ Makefile 2001/07/09 17:44:47 1.8
@@ -2,7 +2,7 @@
CC = gcc
-WARNFLAGS = -Wall -ansi -pedantic -Werror
+WARNFLAGS = -Wall -ansi -pedantic -Wshadow -Wpointer-arith -Wcast-align -Winline -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Werror
OPTFLAGS = -O3 -pipe
CPPFLAGS =
CFLAGS =
|
|