diff options
author | Bruce Evans <bde@FreeBSD.org> | 1995-08-16 16:11:48 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 1995-08-16 16:11:48 +0000 |
commit | 8c13738f380db02aed2e3450c7ca77c05acdcd6e (patch) | |
tree | 3b0a6e07f89d419ba057ed16e093a76f714fe84a /sys/conf/Makefile.powerpc | |
parent | a9e479e2facf68306c7a38015de567a48dd50d49 (diff) | |
download | src-8c13738f380db02aed2e3450c7ca77c05acdcd6e.tar.gz src-8c13738f380db02aed2e3450c7ca77c05acdcd6e.zip |
Make everything except the unsupported network sources compile cleanly
with -Wnested-extern.
Notes
Notes:
svn path=/head/; revision=10079
Diffstat (limited to 'sys/conf/Makefile.powerpc')
-rw-r--r-- | sys/conf/Makefile.powerpc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc index 19e5c4ac0058..21084ec379a5 100644 --- a/sys/conf/Makefile.powerpc +++ b/sys/conf/Makefile.powerpc @@ -1,6 +1,6 @@ # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 -# $Id: Makefile.i386,v 1.64 1995/05/30 07:59:05 rgrimes Exp $ +# $Id: Makefile.i386,v 1.65 1995/07/22 23:55:41 bde Exp $ # # Makefile for FreeBSD # @@ -25,10 +25,10 @@ S= ../.. .endif I386= ${S}/i386 -CWARNFLAGS?=-W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit +CWARNFLAGS?= -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit \ + -Wnested-externs # # The following flags are next up for working on: -# -Wnested-externs (almost works) # -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations # # When working on removing warnings from code, the `-Werror' flag should be |