BoomingTech / Piccolo

Piccolo (formerly Pilot) – mini game engine for games104
MIT License
5.86k stars 1.82k forks source link

Disable msvc warning 5262 and 5264 of JoltPhysics to support msvc 14.34. #401

Open the-loki opened 1 year ago

the-loki commented 1 year ago

最新的MSVC14.34无法编译当前使用的JoltPhysics版本,通过在cmake禁用对应C5262和C5264警告以支持最新的Visual Studio版本.