vnu: enable Werror

This commit is contained in:
XhmikosR 2020-06-06 09:51:23 +03:00
parent cf2e1b85dc
commit e8043b6a25

View file

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