mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 08:26:27 +00:00
(CFLAGS): Add -Wno-format.
(SRCS): Use new, more descriptive file names. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1392 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9212d4a641
commit
2582934b5f
1 changed files with 5 additions and 10 deletions
|
@ -30,7 +30,7 @@ VPATH = @srcdir@
|
|||
|
||||
CC = @CC@
|
||||
|
||||
CFLAGS = -Wall -Wno-implicit -g -O
|
||||
CFLAGS = -Wall -Wno-implicit -Wno-format -g -O
|
||||
CPPFLAGS =
|
||||
LDFLAGS =
|
||||
|
||||
|
@ -68,15 +68,10 @@ ALL_LDFLAGS = $(LDFLAGS) $(LIBS)
|
|||
SRCS = \
|
||||
test01.m \
|
||||
test02.m \
|
||||
test03.m \
|
||||
test04.m \
|
||||
test05.m \
|
||||
test06.m \
|
||||
test07.m \
|
||||
test10.m \
|
||||
test11.m \
|
||||
test12.m \
|
||||
test13.m \
|
||||
heap.m \
|
||||
nxst.m \
|
||||
randoms.m \
|
||||
prepend.m \
|
||||
pipes.m \
|
||||
server.m \
|
||||
client.m \
|
||||
|
|
Loading…
Reference in a new issue