mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 20:03:12 +00:00
[TOOLS] Fix/suppress all MSVC/x64 warnings (#1525)
This commit is contained in:
parent
0aed8b09a4
commit
f47f45dbdd
29 changed files with 140 additions and 37 deletions
|
@ -1,2 +1,7 @@
|
|||
|
||||
add_host_tool(hpp hpp.c)
|
||||
|
||||
if(MSVC)
|
||||
# Disable warning "'=': conversion from 'a' to 'b', possible loss of data"
|
||||
add_target_compile_flags(hpp "/wd4244")
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue