diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/defaults/make.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index 3a0f1b4..1fd2ffa 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -50,10 +50,11 @@ # # BDECFLAGS are a set of gcc warning settings that Bruce Evans has suggested # for use in developing FreeBSD and testing changes. They can be used by -# putting "CFLAGS+=${BDECFLAGS}" in /etc/make.conf. +# putting "CFLAGS+=${BDECFLAGS}" in /etc/make.conf. -Wconversion is not +# included here due to compiler bugs, eg: mkdir()'s mode_t argument. # BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \ - -Wcast-qual -Wchar-subscripts -Wconversion -Winline \ + -Wcast-qual -Wchar-subscripts -Winline \ -Wmissing-prototypes -Wnested-externs -Wpointer-arith \ -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings # |