Selaa lähdekoodia

vnu: enable `Werror`

XhmikosR 4 vuotta sitten
vanhempi
commit
e8043b6a25
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      build/npm/vnu-jar.js

+ 1 - 1
build/npm/vnu-jar.js

@@ -35,7 +35,7 @@ childProcess.exec('java -version', (error, stdout, stderr) => {
     '--skip-non-html',
     // Ignore the language code warnings
     '--no-langdetect',
-    // '--Werror',
+    '--Werror',
     `--filterpattern "${ignores}"`,
     './*.html',
     'docs_html/',