diff --git a/README.md b/README.md index d37ecd85f38..b84ac2e1d03 100644 --- a/README.md +++ b/README.md @@ -16,4 +16,4 @@ ClickHouse is an open-source column-oriented database management system that all ## Upcoming Events -* [ClickHouse at ByteDance (in Chinese)](https://mp.weixin.qq.com/s/Em-HjPylO8D7WPui4RREAQ) on July 31, 2020. +* [ClickHouse at ByteDance (in Chinese)](https://mp.weixin.qq.com/s/Em-HjPylO8D7WPui4RREAQ) on August 14, 2020. diff --git a/contrib/libunwind-cmake/CMakeLists.txt b/contrib/libunwind-cmake/CMakeLists.txt index e5c83cc33ec..cbfc79ed426 100644 --- a/contrib/libunwind-cmake/CMakeLists.txt +++ b/contrib/libunwind-cmake/CMakeLists.txt @@ -54,7 +54,7 @@ endif () # Example: DwarfInstructions.hpp: register unsigned long long x16 __asm("x16") = cfa; check_cxx_compiler_flag(-Wregister HAVE_WARNING_REGISTER) if (HAVE_WARNING_REGISTER) - target_compile_options(unwind PRIVATE -Wno-register) + target_compile_options(unwind PRIVATE "$<$,CXX>:-Wno-register>") endif () install(