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
When trying to build my CMake project, as soon as GCC compiles my (only) compilation unit that #include "httplib.h", I get these warnings:
and GCC just freezes and is unresponsive forever.
On Windows x64 with MSVC, it builds just fine.
I don't know whether this is an issue within httplib or the GCC compiler itself.