aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEliteTK <tomasz.kramkowski@gmail.com>2014-10-08 21:35:40 +0100
committerEliteTK <tomasz.kramkowski@gmail.com>2014-10-08 21:35:40 +0100
commit59980aebbaaaee28062f9a10b283561c6cd0f2dd (patch)
tree12e1d1df6cb54196c1627a4fb86be7c47f311541
parentc35c0b9ec3ce6f599fbdd385e5382e582f19320e (diff)
downloadc-stuff-59980aebbaaaee28062f9a10b283561c6cd0f2dd.tar.gz
c-stuff-59980aebbaaaee28062f9a10b283561c6cd0f2dd.tar.xz
c-stuff-59980aebbaaaee28062f9a10b283561c6cd0f2dd.zip
Fixed -Werror -> -Wextra
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
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