From 59980aebbaaaee28062f9a10b283561c6cd0f2dd Mon Sep 17 00:00:00 2001 From: EliteTK Date: Wed, 8 Oct 2014 21:35:40 +0100 Subject: Fixed -Werror -> -Wextra --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 88e79fa..6b7de25 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ -CFLAGS = -Wall -Werror -Wpedantic -O2 -std=gnu11 +CFLAGS = -Wall -Wextra -Wpedantic -O2 -std=gnu11 PREFIX = /usr BINDIR = /bin -- cgit v1.2.3-54-g00ecf