hanchenye-llvm-project/lldb/cmake
Tamas Berghammer e7ec227839 Disable the strict-aliasing warnings produced by gcc
GCC produce a lot of strict-aliasing warning for the LLDB codebase
what makes reading the compile output very difficult. This change
disable these warnings to reduce the noise as we already ignore them.

We should consider re-enabling the warning if we fix all (or most)
strict-aliasing violation first.

Differential revision: http://reviews.llvm.org/D13981

llvm-svn: 251107
2015-10-23 10:34:53 +00:00
..
modules Disable the strict-aliasing warnings produced by gcc 2015-10-23 10:34:53 +00:00
platforms Fix Android build. 2015-10-07 00:01:06 +00:00
LLDBDependencies.cmake Fix warnings in LLDBWrapPython.cpp with gcc 4.9. 2015-10-15 08:27:01 +00:00