about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-07-21 22:16:13 +0100
committerJames Booth <boothj5@gmail.com>2012-07-21 22:16:13 +0100
commitca258ae1bd48a177243294e3e98f96a3b22928b7 (patch)
tree56c5c6abce449d0aeb097ab09c94e7c591b443ce
parent7c793de35962a66c70319ad0e686040dd99976d4 (diff)
downloadprofani-tty-ca258ae1bd48a177243294e3e98f96a3b22928b7.tar.gz
Added -Wno-missing-field-initializers Makefile.am
To enable compile on GCC versions which complain about
the GOptions code
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 1a50dfd8..f308ca90 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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
 profanity_CFLAGS = -O3 -Werror -Wall -Wextra -Wno-unused-parameter \
 	-Wno-unused-but-set-variable -Wno-unused-result \
+	-Wno-missing-field-initializers
 	-lstrophe -lxml2 -lexpat -lncurses $(DEPS_CFLAGS) $(DEPS_LIBS) -lresolv \
 	$(NOTIFY_CFLAGS) $(NOTIFY_LIBS)