Description: removes -Werror (warning level) when calling gcc.
Forwarded:: not-needed.
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@
 CFLAGS  = -I$(shell pwd)/include
 # _GNU_SOURCE for asprintf.
 CFLAGS += -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE 
-CFLAGS += -Wall -Werror -g -O1 
+CFLAGS += -Wall -g -O1 
 
 ifeq ($(shell uname),Linux)
 LDLIBS := -lutil
