build: compile with -Wextra -Wno-unused-parameter

This commit is contained in:
Ben Noordhuis 2012-08-22 10:05:18 +02:00
parent ed093f1314
commit 1867511400

View File

@ -158,7 +158,7 @@
],
}],
[ 'OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', {
'cflags': [ '-Wall', '-pthread', ],
'cflags': [ '-Wall', '-Wextra', '-Wno-unused-parameter', '-pthread', ],
'cflags_cc': [ '-fno-rtti', '-fno-exceptions' ],
'ldflags': [ '-pthread', '-rdynamic' ],
'conditions': [