mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 17:51:01 +00:00
(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:
parent
eb6d83ed31
commit
d76efa4108
1 changed files with 1 additions and 1 deletions
|
@ -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 =
|
||||
|
||||
|
|
Loading…
Reference in a new issue