Skip to content

Commit

Permalink
Remove -Wno-unused-parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommy committed Nov 29, 2013
1 parent a3c41f0 commit ac13788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# comment these to toggle them as one sees fit.
# DEBUG is best turned on if you plan to debug in gdb -- please do!
# PROFILE is for use with gprof or a similar program -- don't bother generally
WARNINGS = -Werror -Wall -Wextra -Wno-switch -Wno-sign-compare -Wno-missing-braces -Wno-unused-parameter -Wno-narrowing
WARNINGS = -Werror -Wall -Wextra -Wno-switch -Wno-sign-compare -Wno-missing-braces -Wno-narrowing
# Uncomment below to disable warnings
#WARNINGS = -w
DEBUG = -g
Expand Down

0 comments on commit ac13788

Please sign in to comment.