mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Added -Wno-missing-field-initializers Makefile.am
To enable compile on GCC versions which complain about the GOptions code
This commit is contained in:
parent
7c793de359
commit
ca258ae1bd
@ -8,6 +8,7 @@ profanity_SOURCES = src/command.c src/contact.c src/history.c src/jabber.h \
|
|||||||
src/main.c src/profanity.h src/prof_history.h src/util.c
|
src/main.c src/profanity.h src/prof_history.h src/util.c
|
||||||
profanity_CFLAGS = -O3 -Werror -Wall -Wextra -Wno-unused-parameter \
|
profanity_CFLAGS = -O3 -Werror -Wall -Wextra -Wno-unused-parameter \
|
||||||
-Wno-unused-but-set-variable -Wno-unused-result \
|
-Wno-unused-but-set-variable -Wno-unused-result \
|
||||||
|
-Wno-missing-field-initializers
|
||||||
-lstrophe -lxml2 -lexpat -lncurses $(DEPS_CFLAGS) $(DEPS_LIBS) -lresolv \
|
-lstrophe -lxml2 -lexpat -lncurses $(DEPS_CFLAGS) $(DEPS_LIBS) -lresolv \
|
||||||
$(NOTIFY_CFLAGS) $(NOTIFY_LIBS)
|
$(NOTIFY_CFLAGS) $(NOTIFY_LIBS)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user