(CFLAGS): Added -Wno-implicit.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1247 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-03-22 01:13:51 +00:00
parent eb6d83ed31
commit d76efa4108

View file

@ -57,7 +57,7 @@ LIBEXT = .a
# All these are optional. You can redefine CFLAGS, CPPFLAGS and
# INCLUDEFLAGS on the command line however you like.
CFLAGS = -g -O -Wall
CFLAGS = -g -O -Wall -Wno-implicit
CPPFLAGS =
INCLUDEFLAGS =