mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 01:02:59 +00:00
[CMAKE]
We have a zero-warnings policy in trunk, accordingly: - Disable overflow warnings in mciwave - Remove all -Wno-error directives - Remove all allow_warnings invocations - Make allow_warnings defunct, it needs to be reworked, e.g. according to CORE-6959. svn path=/trunk/; revision=67291
This commit is contained in:
parent
5e3f9799d4
commit
f5a19bfe31
9 changed files with 7 additions and 19 deletions
|
@ -34,6 +34,5 @@ add_importlibs(ntdll_winetest user32 msvcrt kernel32 ntdll)
|
|||
add_cd_file(TARGET ntdll_winetest DESTINATION reactos/bin FOR all)
|
||||
|
||||
if(NOT MSVC)
|
||||
allow_warnings(ntdll_winetest)
|
||||
add_target_compile_flags(ntdll_winetest "-Wno-format")
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue