Apply suggestions from code review

Beautification and clarity

Co-authored-by: Victor Perevertkin <victor@perevertkin.ru>
Co-authored-by: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org>
This commit is contained in:
Jérôme Gardou 2020-10-16 15:57:20 +02:00
parent c004b53d77
commit ab825334dd
5 changed files with 7 additions and 8 deletions

View file

@ -14,7 +14,7 @@ if(MSVC)
# Disable warnings
add_compile_options(
/wd4146 # " unary minus operator applied to unsigned type, result still unsigned"
/wd4146 # "unary minus operator applied to unsigned type, result still unsigned"
/wd4244) # "'=': conversion from 'a' to 'b', possible loss of data"
endif()