mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 00:40:26 +08:00
[ROSTESTS] Disable GCC 13 misleading-indentation warning
This warning is caused by todo_wine, etc.
This commit is contained in:
@@ -7,6 +7,10 @@ if(MSVC_IDE)
|
||||
add_definitions(-DWINETEST_MSVC_IDE_FORMATTING)
|
||||
endif()
|
||||
|
||||
if(CMAKE_C_COMPILER_ID STREQUAL "GNU")
|
||||
add_compile_options("-Wno-misleading-indentation") # Cause by todo_wine, etc.
|
||||
endif()
|
||||
|
||||
add_subdirectory(apitests)
|
||||
#add_subdirectory(dibtests)
|
||||
add_subdirectory(drivers)
|
||||
|
||||
Reference in New Issue
Block a user