<div dir="ltr">Hrm.<br><br><br>Please forgive me, as this is not completely relevant to the topic... but Im trying --enable-werror, and still see warnings being treated as warnings instead of error ?<br><br>I mean, I do :<br><br>git pull <br>./autogen.sh --enable-python=internal --disable-online-update --without-system-libs --without-system-headers --enable-werror<br>make build-nocheck <br><br><br>And I still see some warnings passing by without stopping the build ? I thought --enable-werror was supposed to abort the build if any warning is found ? Like for example (but not limited to) :<br><br>[build SRS] sd/source/ui/app/menuids_tmpl.src<br>[build SRS] sd/source/ui/app/popup2_tmpl.src<br>/home/buildslave/source/libo-core/workdir/LexTarget/unoidl/source/sourceprovider-scanner.cxx:1944:17: warning: ‘void yyunput(int, char*, yyscan_t)’ defined but not used [-Wunused-function]<br>     static void yyunput (int c, register char * yy_bp , yyscan_t yyscanner)<br>                 ^<br>[build SRS] sd/source/ui/app/tbxids_tmpl.src<br>[build SRS] sd/source/ui/app/toolbox2_tmpl.src<br>[build SRS] sw/source/uibase/inc/redline_tmpl.hrc<br>[build CXX] i18npool/source/collator/gencoll_rule.cxx<br><br><br><br><br>- Maarten<br></div>