Skip to content

Commit

Permalink
Travis-CI: enable -Wunused
Browse files Browse the repository at this point in the history
We still use -Wno-unused-parameter since many function parameters are unused.
  • Loading branch information
LudovicRousseau committed Apr 12, 2018
1 parent 8f1ac72 commit 95428ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis-ci/travis-autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ CFLAGS+=" -Wstrict-prototypes"
CFLAGS+=" -Wswitch-enum"
CFLAGS+=" -Wundef"
CFLAGS+=" -Wuninitialized"
#CFLAGS+=" -Wunused"
CFLAGS+=" -Wunused"
#CFLAGS+=" -Wwrite-strings"

# warnings disabled on purpose
Expand Down

0 comments on commit 95428ef

Please sign in to comment.