mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 20:43:00 +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
|
@ -21,7 +21,7 @@ else()
|
|||
infhostput.c
|
||||
infhostrtl.c)
|
||||
|
||||
add_definitions(-D__NO_CTYPE_INLINES -DINFLIB_HOST)
|
||||
add_definitions(-D__NO_CTYPE_INLINES -DINFLIB_HOST -D_CRT_SECURE_NO_WARNINGS)
|
||||
add_library(inflibhost ${SOURCE})
|
||||
|
||||
if(NOT MSVC)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue