No error for one Javascript node warning

until overload_rename testcase is fixed for -Werror=unused-function
This commit is contained in:
William S Fulton 2015-02-10 22:38:00 +00:00
commit 7b8d1a18a6

View file

@ -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,