diff options
| -rw-r--r-- | etc/defaults/make.conf | 2 | ||||
| -rw-r--r-- | share/examples/etc/make.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index 54cdca9c261d..8f4ba6f0c612 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -50,7 +50,7 @@ # putting "CFLAGS+=${BDECFLAGS}" in /etc/make.conf. # BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \ - -Wcast-qual -Wchar-subscripts -Wconversion -Winline -Wundef \ + -Wcast-qual -Wchar-subscripts -Wconversion -Winline \ -Wmissing-prototypes -Wnested-externs -Wpointer-arith \ -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings # diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 54cdca9c261d..8f4ba6f0c612 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -50,7 +50,7 @@ # putting "CFLAGS+=${BDECFLAGS}" in /etc/make.conf. # BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \ - -Wcast-qual -Wchar-subscripts -Wconversion -Winline -Wundef \ + -Wcast-qual -Wchar-subscripts -Wconversion -Winline \ -Wmissing-prototypes -Wnested-externs -Wpointer-arith \ -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings # |
