# From: Jordan Metzmeier <jmetzmeier01@gmail.com>
# Subject: Remove -Werror from compilation since it FTBS
# on newer versions of GCC
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 # jshon - command line JSON parsing
 
-CFLAGS := -std=c99 -Wall -pedantic -Wextra -Werror ${CFLAGS}
+CFLAGS := -std=c99 -Wall -pedantic -Wextra ${CFLAGS}
 LDLIBS  = -ljansson
 INSTALL=install
 DESTDIR?=/
