mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
(CFLAGS): Remove -Wall.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@451 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b3181223e2
commit
6d694e5630
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ DEFS = @DEFS@
|
|||
|
||||
# All these are optional. You can redefine CFLAGS, CPPFLAGS and
|
||||
# INCLUDEFLAGS on the command line however you like.
|
||||
CFLAGS = -Wall -Wno-implicit -g
|
||||
CFLAGS = -Wno-implicit -g
|
||||
CPPFLAGS =
|
||||
INCLUDEFLAGS =
|
||||
|
||||
|
|
Loading…
Reference in a new issue