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
It should be noted I compile the library as part of Godot, it is neither a dynamic lib nor a static lib. I translated the CMake files to Godot's build system and it works fine, however I haven't seen anything related to silencing such warnings.
Either way, this is in a header file.
Could it be due to a version of GCC not supported by the library? A Microsoft-specific feature? Could this be wrapped into conditionals?
The text was updated successfully, but these errors were encountered:
Zylann
changed the title
Warnings with GCC on Github Actions CI
Warnings in a header file with GCC on Github Actions CI
Jan 8, 2022
Zylann
changed the title
Warnings in a header file with GCC on Github Actions CIunknown-pragmas warnings in a header file with GCC on Github Actions CI
Jan 8, 2022
On my Github Actions CI I get warnings while compiling FastNoise2 on the
ubuntu-20.04
image:It should be noted I compile the library as part of Godot, it is neither a dynamic lib nor a static lib. I translated the CMake files to Godot's build system and it works fine, however I haven't seen anything related to silencing such warnings.
Either way, this is in a header file.
Could it be due to a version of GCC not supported by the library? A Microsoft-specific feature? Could this be wrapped into conditionals?
Quick search found this microsoft/DirectXMath#133 (comment)
The text was updated successfully, but these errors were encountered: