please don't use #pragma GCC system_header
Michael Stahl
mstahl at redhat.com
Thu Nov 14 02:25:32 PST 2013
... because it not only disables warnings, it also prevents generating
Makefile dependencies for the file, and that is what caused everybody's
build to break after yesterday's ICU upgrade.
better to use "#pragma GCC diagnostic ignored" which does not have bad
side effects.
if your build currently fails when linking in i18npool or forms you need
to do "make i18npool.clean forms.clean".
More information about the LibreOffice
mailing list