Skip to content

Commit

Permalink
Correct warning flags
Browse files Browse the repository at this point in the history
  • Loading branch information
andron committed Apr 12, 2014
1 parent d82ee89 commit 878ec6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/posix.mak
Expand Up @@ -41,10 +41,10 @@ GIT=git

ifdef ENABLE_WARNINGS
WARNINGS := -Wall -Wextra -Wno-deprecated -Wstrict-aliasing \
-Wno-unused-parameter -Wno-unused-variable -Wunused-function \
-Wno-unused-parameter -Wno-unused-variable -Wno-unused-function \
-Wno-unused-label -Wno-unknown-pragmas -Wno-sign-compare \
-Wno-overloaded-virtual -Wno-missing-braces \
-Wno-missing-field-initializers -Wno-logical-op-parentheses
-Wno-missing-field-initializers -Wno-logical-op -Wno-parentheses
else
WARNINGS := -Wno-deprecated -Wstrict-aliasing
endif
Expand Down

0 comments on commit 878ec6c

Please sign in to comment.