Enable -Wimplicit again.
bash: /src/z1: No such file or directory
This commit is contained in:
bde 1995-03-28 08:02:37 +00:00
parent 6b2e8c0d45
commit a96f04c2c9
3 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
# $Id: Makefile.i386,v 1.58 1995/03/25 17:50:19 bde Exp $
# $Id: Makefile.i386,v 1.59 1995/03/25 23:21:36 bde Exp $
#
# Makefile for FreeBSD
#
@ -25,10 +25,10 @@ S= ../..
.endif
I386= ${S}/i386
CWARNFLAGS?=-W -Wreturn-type -Wcomment -Wredundant-decls
CWARNFLAGS?=-W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit
#
# The following flags are next up for working on:
# -Wimplicit -Wnested-externs (almost work)
# -Wnested-externs (almost works)
# -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
#
# When working on removing warnings from code, the `-Werror' flag should be

View File

@ -1,6 +1,6 @@
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
# $Id: Makefile.i386,v 1.58 1995/03/25 17:50:19 bde Exp $
# $Id: Makefile.i386,v 1.59 1995/03/25 23:21:36 bde Exp $
#
# Makefile for FreeBSD
#
@ -25,10 +25,10 @@ S= ../..
.endif
I386= ${S}/i386
CWARNFLAGS?=-W -Wreturn-type -Wcomment -Wredundant-decls
CWARNFLAGS?=-W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit
#
# The following flags are next up for working on:
# -Wimplicit -Wnested-externs (almost work)
# -Wnested-externs (almost works)
# -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
#
# When working on removing warnings from code, the `-Werror' flag should be

View File

@ -1,6 +1,6 @@
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
# $Id: Makefile.i386,v 1.58 1995/03/25 17:50:19 bde Exp $
# $Id: Makefile.i386,v 1.59 1995/03/25 23:21:36 bde Exp $
#
# Makefile for FreeBSD
#
@ -25,10 +25,10 @@ S= ../..
.endif
I386= ${S}/i386
CWARNFLAGS?=-W -Wreturn-type -Wcomment -Wredundant-decls
CWARNFLAGS?=-W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit
#
# The following flags are next up for working on:
# -Wimplicit -Wnested-externs (almost work)
# -Wnested-externs (almost works)
# -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
#
# When working on removing warnings from code, the `-Werror' flag should be