summaryrefslogtreecommitdiff
path: root/compat.py
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2018-10-03 17:27:22 +0200
committerRémi Verschelde <rverschelde@gmail.com>2018-10-03 17:34:56 +0200
commitdec20a987b40e7625b38e520cc223723da9bae2a (patch)
treeaa4dd74cddaafcea72ae62d24c0a58c255bcd9d2 /compat.py
parent95131e6f23c1c5a475812afa295803c191dead7f (diff)
Fix some warnings raised by MSVC 2017
Disabled signed/unsigned warnings like for GCC/Clang (warning C4018: '>=': signed/unsigned mismatch). Fixes the following MSVC 2017 warnings: ``` core\image.cpp(999): warning C4804: '>': unsafe use of type 'bool' in operation core\io\compression.cpp(178): warning C4334: '<<': result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?) editor\doc\doc_dump.cpp(226): warning C4334: '<<': result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?) scene/resources/material.h(289): warning C4334: '<<': result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?) scene/resources/material.h(298): warning C4334: '<<': result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?) editor\editor_themes.cpp(379): warning C4805: '==': unsafe mix of type 'int' and type 'bool' in operation ```
Diffstat (limited to 'compat.py')
0 files changed, 0 insertions, 0 deletions