View Single Post
  #1  
Old 11-16-2011, 12:57 AM
ptarp
Fire Beetle
 
Join Date: Jan 2010
Location: Idaho
Posts: 27
Default 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..
Reply With Quote