1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-01 16:47:46 +02:00

rm Werror for clang

This commit is contained in:
Jfreegman 2014-06-28 12:24:42 -04:00
parent 33e98fd720
commit 74525bcd14
No known key found for this signature in database
GPG Key ID: 3627F3144076AE63

View File

@ -15,7 +15,7 @@ MANFILES = toxic.1
LIBS = libtoxcore ncursesw
CFLAGS = -std=gnu99 -pthread -Wimplicit-function-declaration -Wreturn-type -Werror
CFLAGS = -std=gnu99 -pthread -Wimplicit-function-declaration -Wreturn-type
CFLAGS += -DTOXICVER="\"$(VERSION)\"" -DHAVE_WIDECHAR -D_XOPEN_SOURCE_EXTENDED
CFLAGS += -DPACKAGE_DATADIR="\"$(abspath $(DATADIR))\""
CFLAGS += $(USER_CFLAGS)