projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd0002f
)
[CMAKE]
author
Amine Khaldi
<amine.khaldi@reactos.org>
Sun, 2 Mar 2014 20:41:36 +0000
(20:41 +0000)
committer
Amine Khaldi
<amine.khaldi@reactos.org>
Sun, 2 Mar 2014 20:41:36 +0000
(20:41 +0000)
* Disable the MS extensions warning in Clang build.
svn path=/trunk/; revision=62388
reactos/cmake/gcc.cmake
patch
|
blob
|
history
diff --git
a/reactos/cmake/gcc.cmake
b/reactos/cmake/gcc.cmake
index
9cee334
..
5f2c99d
100644
(file)
--- a/
reactos/cmake/gcc.cmake
+++ b/
reactos/cmake/gcc.cmake
@@
-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")