evemuproject / evemu_server

MAIN SERVER DEVELOPMENT
http://www.evemu.org
148 stars 103 forks source link

Compile time cleanup #133

Closed comet0 closed 8 years ago

comet0 commented 8 years ago

Removed all unnecessary warnings and notifications from compile time.

RefPtr usage errors have been fixed NULL checking has been fixed.

pragma message notices have been removed in favour of //TODO as most IDE's support finding them easier.

CMake policy (CMP0054) warnings have been fixed.

zhyrohaad commented 8 years ago

Looks good.
thanks