diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-03-25 23:21:36 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-03-25 23:21:36 +0000 |
| commit | 8e4150e95a022ecf668354f7a5fe0dcd74bca46f (patch) | |
| tree | df0e27729802187b14728b33453f87449e3a1c5d | |
| parent | 208ce078ed41e218363b8737ba1ed3120bbc65a6 (diff) | |
Notes
| -rw-r--r-- | sys/conf/Makefile.i386 | 6 | ||||
| -rw-r--r-- | sys/conf/Makefile.powerpc | 6 | ||||
| -rw-r--r-- | sys/i386/conf/Makefile.i386 | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386 index 8b7c43556dce..907ede094252 100644 --- a/sys/conf/Makefile.i386 +++ b/sys/conf/Makefile.i386 @@ -1,6 +1,6 @@ # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 -# $Id: Makefile.i386,v 1.57 1995/03/04 03:24:06 davidg Exp $ +# $Id: Makefile.i386,v 1.58 1995/03/25 17:50:19 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 # # The following flags are next up for working on: -# -Wnested-externs (almost works) +# -Wimplicit -Wnested-externs (almost work) # -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations # # When working on removing warnings from code, the `-Werror' flag should be diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc index 8b7c43556dce..907ede094252 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.57 1995/03/04 03:24:06 davidg Exp $ +# $Id: Makefile.i386,v 1.58 1995/03/25 17:50:19 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 # # The following flags are next up for working on: -# -Wnested-externs (almost works) +# -Wimplicit -Wnested-externs (almost work) # -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations # # When working on removing warnings from code, the `-Werror' flag should be diff --git a/sys/i386/conf/Makefile.i386 b/sys/i386/conf/Makefile.i386 index 8b7c43556dce..907ede094252 100644 --- a/sys/i386/conf/Makefile.i386 +++ b/sys/i386/conf/Makefile.i386 @@ -1,6 +1,6 @@ # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 -# $Id: Makefile.i386,v 1.57 1995/03/04 03:24:06 davidg Exp $ +# $Id: Makefile.i386,v 1.58 1995/03/25 17:50:19 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 # # The following flags are next up for working on: -# -Wnested-externs (almost works) +# -Wimplicit -Wnested-externs (almost work) # -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations # # When working on removing warnings from code, the `-Werror' flag should be |
