mirror of
https://github.com/wolfpld/tracy.git
synced 2026-06-08 08:33:48 +00:00
Gag inconsequential MSVC warnings in TracySocket.
Fix your API!
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
#ifdef _MSC_VER
|
||||
# include <winsock2.h>
|
||||
# include <ws2tcpip.h>
|
||||
# pragma warning(disable:4244)
|
||||
# pragma warning(disable:4267)
|
||||
#else
|
||||
# include <sys/socket.h>
|
||||
# include <netdb.h>
|
||||
|
||||
Reference in New Issue
Block a user