blueboy / portal

This portal repo is for development purposes only
http://github.com/blueboy/portal
GNU General Public License v2.0
27 stars 24 forks source link

C4018 and C4806 warnings #68

Closed apo126 closed 7 years ago

apo126 commented 9 years ago

PlayerbotClassAI.cpp(216): warning C4018: “>=”: signed/unsigned mismatch PlayerbotClassAI.cpp(232): warning C4018: “>=”: signed/unsigned mismatch PlayerbotClassAI.cpp(249): warning C4018: “>=”: signed/unsigned mismatch PlayerbotClassAI.cpp(265): warning C4018: “>=”: signed/unsigned mismatch

PlayerbotHunterAI.cpp(228): warning C4806: “!=”: unsafe operation: no value of type 'bool' promoted to type 'const char' can equal the given constant