mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 17:56:06 +00:00
[CMAKE] Stop setting the C standard on modules
Global standard is C99.
This commit is contained in:
parent
e0495079cb
commit
677f190f4c
6 changed files with 0 additions and 13 deletions
|
@ -138,9 +138,6 @@ add_dependencies(ntdll_apitest load_notifications)
|
|||
|
||||
if(NOT MSVC)
|
||||
set_source_files_properties(RtlGetFullPathName_UstrEx.c PROPERTIES COMPILE_FLAGS "-Wno-format")
|
||||
|
||||
# Avoid "universal character names are only valid in C++ and C99" error.
|
||||
set_property(TARGET ntdll_apitest PROPERTY C_STANDARD 99)
|
||||
endif()
|
||||
|
||||
add_rostests_file(TARGET ntdll_apitest)
|
||||
|
|
|
@ -38,9 +38,6 @@ add_dependencies(rtl_test_lib asm)
|
|||
|
||||
if(NOT MSVC)
|
||||
set_source_files_properties(RtlGetFullPathName_UstrEx.c PROPERTIES COMPILE_FLAGS "-Wno-format")
|
||||
|
||||
# Avoid "universal character names are only valid in C++ and C99" error.
|
||||
set_property(TARGET rtl_test_lib PROPERTY C_STANDARD 99)
|
||||
endif()
|
||||
|
||||
# RTL tests with static linkage (called unittest, so it won't run in rosautotest)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue