mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
[CMAKE]
* Don't treat warnings like errors in the Clang build just yet. svn path=/trunk/; revision=62403
This commit is contained in:
@@ -73,7 +73,11 @@ else()
|
||||
endif()
|
||||
|
||||
# Warnings, errors
|
||||
add_compile_flags("-Werror -Wall -Wpointer-arith")
|
||||
if(NOT CMAKE_C_COMPILER_ID STREQUAL "Clang")
|
||||
add_compile_flags("-Werror")
|
||||
endif()
|
||||
|
||||
add_compile_flags("-Wall -Wpointer-arith")
|
||||
add_compile_flags("-Wno-char-subscripts -Wno-multichar -Wno-unused-value")
|
||||
|
||||
if(NOT CMAKE_C_COMPILER_ID STREQUAL "Clang")
|
||||
|
||||
Reference in New Issue
Block a user