Browse Source

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

v0.9.1-release
Ben Noordhuis 13 years ago
parent
commit
1867511400
  1. 2
      common.gypi

2
common.gypi

@ -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': [

Loading…
Cancel
Save