mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
handle gcc bug
This commit is contained in:
parent
8b2d725514
commit
3a7ca2fa05
2 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@ DEBUG = 2
|
|||
|
||||
# compilation fails if -std=c99 is provided!?
|
||||
# (netdb.h refuses to export struct addrinfo)
|
||||
CFLAGS = -I../include -I../src -Wall ${OPT}
|
||||
CFLAGS = -I../include -I../src -Wall -Wno-unused-result ${OPT}
|
||||
LDFLAGS = -L../lib
|
||||
LOADLIBES = -lpsyc -lm
|
||||
TARGETS = test_psyc test_psyc_speed test_parser test_match test_render test_text var_routing var_type uniform_parse test_packet_id test_index test_update method
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue