mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 23:32:59 +00:00
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:
parent
c004b53d77
commit
ab825334dd
5 changed files with 7 additions and 8 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue