Silences a bunch of warnings like the following when building for Windows MSVC, as can be seen in recent CI runs. Please let me know if there’s a better place to put this.
In file included from GSLocale.m:25:
In file included from ././common.h:35:
../Headers\GNUstepBase/GSVersionMacros.h:222:10: warning: #include resolved using non-portable Microsoft search rules as: ././GNUstepBase/GSConfig.h [-Wmicrosoft-include]
#include "GNUstepBase/GSConfig.h"
^
Stack Overflow has a bit more info on the warning. Silencing it seemed like the best way forward to me.
Silences a bunch of warnings like the following when building for Windows MSVC, as can be seen in recent CI runs. Please let me know if there’s a better place to put this.
Stack Overflow has a bit more info on the warning. Silencing it seemed like the best way forward to me.