mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-13 02:23:01 +01:00
rm Werror for clang
This commit is contained in:
parent
33e98fd720
commit
74525bcd14
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user