diff -Naur dtc-1.3.0.orig/Makefile dtc-1.3.0/Makefile
--- dtc-1.3.0.orig/Makefile	2012-07-24 09:43:38.000000000 -0400
+++ dtc-1.3.0/Makefile	2012-07-24 09:43:52.000000000 -0400
@@ -16,9 +16,9 @@
 CONFIG_LOCALVERSION =
 
 CPPFLAGS = -I libfdt
-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
