mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-20 01:26:35 +02:00
namelength should be signed, -Werror is probably overkill
This commit is contained in:
@ -15,7 +15,7 @@ MANFILES = toxic.1 toxic.conf.5
|
||||
|
||||
LIBS = libtoxcore ncursesw
|
||||
|
||||
CFLAGS = -std=gnu99 -pthread -Wall -Werror
|
||||
CFLAGS = -std=gnu99 -pthread -Wall
|
||||
CFLAGS += -DTOXICVER="\"$(VERSION)\"" -DHAVE_WIDECHAR -D_XOPEN_SOURCE_EXTENDED
|
||||
CFLAGS += -DPACKAGE_DATADIR="\"$(abspath $(DATADIR))\""
|
||||
CFLAGS += $(USER_CFLAGS)
|
||||
|
Reference in New Issue
Block a user