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
Hi @CaeruleusAqua, could you please have a look at your change (added pragma) that does not compile on MacOS:
In file included from /Users/berger/Desktop/OpenDaVINCI/libopendavinci/src/odcontext/base/CommandLineInterface.cpp:25:
In file included from /Users/berger/Desktop/OpenDaVINCI/libopendavinci/include/opendavinci/odcontext/base/CommandLineInterface.h:26:
/Users/berger/Desktop/OpenDaVINCI/libopendavinci/include/opendavinci/odcore/base/KeyValueConfiguration.h:157:56: error: unknown warning group '-Wmaybe-uninitialized', ignored [-Werror,-Wunknown-pragmas]
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
The text was updated successfully, but these errors were encountered:
Hi @CaeruleusAqua, could you please have a look at your change (added pragma) that does not compile on MacOS:
In file included from /Users/berger/Desktop/OpenDaVINCI/libopendavinci/src/odcontext/base/CommandLineInterface.cpp:25:
In file included from /Users/berger/Desktop/OpenDaVINCI/libopendavinci/include/opendavinci/odcontext/base/CommandLineInterface.h:26:
/Users/berger/Desktop/OpenDaVINCI/libopendavinci/include/opendavinci/odcore/base/KeyValueConfiguration.h:157:56: error: unknown warning group '-Wmaybe-uninitialized', ignored [-Werror,-Wunknown-pragmas]
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
The text was updated successfully, but these errors were encountered: