if someone tries to use ENET with GCC under Windows, GCC returns this warning:
-Wunknown-pragmas.
according to the condition here, if compiling on a Windows machine, the #pragma comment.... commands are says to the compiler.
but GCC (MinGW, MSYS2 etc.) has no support for this pragma.
if someone tries to use ENET with GCC under Windows, GCC returns this warning:
-Wunknown-pragmas
.according to the condition here, if compiling on a Windows machine, the
#pragma comment....
commands are says to the compiler. but GCC (MinGW, MSYS2 etc.) has no support for this pragma.the current condition is: