EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Development::Server Code Submissions (https://www.eqemulator.org/forums/forumdisplay.php?f=669)
-   -   COMMITTED: Disable some compile warnings in windows. (https://www.eqemulator.org/forums/showthread.php?t=34466)

ptarp 11-16-2011 12:57 AM

COMMITTED: Disable some compile warnings in windows.
 
If anyone gets around to it, could you please add
Code:

#ifdef WIN32
  #pragma warning( disable : 4200 )
#endif

to ./common/eqstream.cpp, /common/eq_packet_structs.h, and /common/EmuTCPConnection.h.. It cuts the compile warnings from 800+ to 120 or so for us windows users so we can see where other problems may be.
There's probably another way to change it in the .sln file, but I don't remember at the moment.
Thanks for all the hard work to everyone that's doing it, and sorry if this is in the wrong place.. :)

Congdar 12-06-2011 04:57 PM

added to svn r2086


All times are GMT -4. The time now is 02:38 AM.

Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.