diff options
author | Roy Marples <roy@marples.name> | 2007-04-05 11:42:21 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-04-05 11:42:21 +0000 |
commit | 6fb700e52c1684637dcc77a89ea2fc7a1b2050b1 (patch) | |
tree | ccf356f57be9475ceab55f15991fa2471915e605 /src | |
parent | 5af58b45146ab5253ca964738f4e45287bf963d4 (diff) |
Superfluous CFLAGS
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 131b4d5c..f0c9d1bd 100644 --- a/src/Makefile +++ b/src/Makefile @@ -5,7 +5,7 @@ CC ?= gcc CFLAGS ?= -Wall -O2 -pipe CFLAGS += -pedantic -std=c99 \ - -Wall -Wextra -Wunused -Wimplicit -Wshadow -Wformat=2 \ + -Wall -Wunused -Wimplicit -Wshadow -Wformat=2 \ -Wmissing-declarations -Wno-missing-prototypes -Wwrite-strings \ -Wbad-function-cast -Wnested-externs -Wcomment -Winline \ -Wchar-subscripts -Wcast-align -Wno-format-nonliteral |