From ca258ae1bd48a177243294e3e98f96a3b22928b7 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sat, 21 Jul 2012 22:16:13 +0100 Subject: Added -Wno-missing-field-initializers Makefile.am To enable compile on GCC versions which complain about the GOptions code --- Makefile.am | 1 + 1 file changed, 1 insertion(+) 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) -- cgit 1.4.1-2-gfad0