From b6db9a56548cd1c41bee309e721d76ea2c9320da Mon Sep 17 00:00:00 2001 From: Sheikh Dawood Abdul Ajees Date: Fri, 26 Jan 2018 19:43:03 -0600 Subject: PhysX 3.4, APEX 1.4 patch release @23472123 --- PxShared/src/foundation/src/windows/PsWindowsSocket.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'PxShared/src/foundation') diff --git a/PxShared/src/foundation/src/windows/PsWindowsSocket.cpp b/PxShared/src/foundation/src/windows/PsWindowsSocket.cpp index 8654a7e4..74be26b7 100644 --- a/PxShared/src/foundation/src/windows/PsWindowsSocket.cpp +++ b/PxShared/src/foundation/src/windows/PsWindowsSocket.cpp @@ -120,10 +120,6 @@ void SocketImpl::setBlockingInternal(SOCKET socket, bool blocking) ioctlsocket(socket, FIONBIO, (u_long*)&mode); } -#ifdef PX_VC11 -#pragma warning(push) -#pragma warning(disable : 4548) // for FD_SET on vc11 only -#endif bool SocketImpl::connect(const char* host, uint16_t port, uint32_t timeout) { if(!mSocketLayerIntialized) @@ -185,9 +181,6 @@ bool SocketImpl::connect(const char* host, uint16_t port, uint32_t timeout) mHost = host; return true; } -#ifdef PX_VC11 -#pragma warning(pop) -#endif bool SocketImpl::listen(uint16_t port) { -- cgit v1.2.3