ketoo / NoahGameFrame

A fast, scalable, distributed game server engine/framework for C++, include the actor library, network library, can be used as a real time multiplayer game engine ( MMO RPG/MOBA ), which support C#/Lua script/ Unity3d, Cocos2dx and plan to support Unreal.
https://github.com/ketoo/NoahGameFrame/wiki
Apache License 2.0
3.97k stars 1.09k forks source link

clean warnings #271

Closed kenkinky closed 4 years ago

kenkinky commented 4 years ago

cleaned the compile warnings. (99%, level 3 on VC2019)

specially

  1. turned off the warning level of the NFMessageDefine project to level 2, because those code auto gen. by protobuf.
  2. turned off all warnings of the hiredis project.

hope a good compile exp.