You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, to remain consistent with the flags currently being used to build on AIX with xlC, these warnings/errors should be addressed so that the -Werror flag can be used without the build failing.
The text was updated successfully, but these errors were encountered:
When building on AIX with OpenXL, the build will fail due a large number of unused variable/function errors such as the following:
To work around this, the
-Werror
flag will temporarily be omitted for builds done with OpenXL:(from cmake/modules/platform/toolcfg/gnu.cmake).
However, to remain consistent with the flags currently being used to build on AIX with xlC, these warnings/errors should be addressed so that the
-Werror
flag can be used without the build failing.The text was updated successfully, but these errors were encountered: