Check-in Number:
|
4187 | |
Date: |
2001-Jul-09 19:44:47 (local)
2001-Jul-09 17:44:47 (UTC) |
User: | simons |
Branch: | |
Comment: |
Added more aggressive warning flags. |
Tickets: |
|
Inspections: |
|
Files: |
|
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
|
|
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 =
|
|