diff -Nuar dtc-1.4.0-orig/Makefile dtc-1.4.0/Makefile
--- dtc-1.4.0-orig/Makefile	2014-05-08 12:48:36.998658738 -0400
+++ dtc-1.4.0/Makefile	2014-05-08 12:49:05.950659866 -0400
@@ -16,9 +16,9 @@
 CONFIG_LOCALVERSION =
 
 CPPFLAGS = -I libfdt -I .
-WARNINGS = -Werror -Wall -Wpointer-arith -Wcast-qual -Wnested-externs \
+WARNINGS = -Wall -Wpointer-arith -Wcast-qual -Wnested-externs \
 	-Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls
-CFLAGS = -g -Os -fPIC -Werror $(WARNINGS)
+CFLAGS = -g -Os -fPIC $(WARNINGS)
 
 BISON = bison
 LEX = flex
