No error for one Javascript node warning
until overload_rename testcase is fixed for -Werror=unused-function
This commit is contained in:
parent
ec9e347a07
commit
7b8d1a18a6
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ cxxflags = {
|
|||
"go":"-Werror " + cxx_common,
|
||||
"guile":"-Werror " + cxx_common,
|
||||
"java":"-Werror " + cxx_common,
|
||||
"javascript":"-Werror " + cxx_common,
|
||||
"javascript":"-Werror " + cxx_common + " -Wno-error=unused-function", # Until overload_rename is fixed for node
|
||||
"lua":"-Werror " + cxx_common,
|
||||
"octave":"-Werror " + cxx_common,
|
||||
"perl5":"-Werror " + cxx_common,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue