-
- Downloads
Disable MSVC warnings 4244 and 4267.
The alternative is to explicitly copy/paste the type everywhere forcing the compiler to do the only thing it could possibly do, and making it painful to change a type later. Honestly, in my opinion, these warnings should just be disabled completely everywhere.
Please register or sign in to comment