mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
[CMAKE]
* Disable the MS extensions warning in Clang build. svn path=/trunk/; revision=62388
This commit is contained in:
parent
dd0002fc05
commit
2675d2c145
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ endif()
|
|||
|
||||
if(CMAKE_C_COMPILER_ID STREQUAL "Clang")
|
||||
add_compile_flags_language("-std=gnu89" "C")
|
||||
add_compile_flags("-Wno-microsoft")
|
||||
endif()
|
||||
|
||||
add_compile_flags_language("-fno-rtti -fno-exceptions" "CXX")
|
||||
|
|
Loading…
Reference in a new issue