Blame SOURCES/iproute2-3.8.0-unused-result.patch

5ebd6f
diff --git a/Makefile b/Makefile
5ebd6f
index 898b572..70a6e14 100644
5ebd6f
--- a/Makefile
5ebd6f
+++ b/Makefile
5ebd6f
@@ -31,7 +31,7 @@ CC = gcc
5ebd6f
 HOSTCC = gcc
5ebd6f
 DEFINES += -D_GNU_SOURCE
5ebd6f
 CCOPTS = -O2
5ebd6f
-WFLAGS := -Wall -Wstrict-prototypes -Werror -Wmissing-prototypes
5ebd6f
+WFLAGS := -Wall -Wstrict-prototypes -Wmissing-prototypes
5ebd6f
 WFLAGS += -Wmissing-declarations -Wold-style-definition
5ebd6f
 
5ebd6f
 CFLAGS = $(WFLAGS) $(CCOPTS) -I../include $(DEFINES) $(RPM_OPT_FLAGS)