mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
fix: disable narrowing warnings
This commit is contained in:
parent
0e363ca6e3
commit
c4297c6c99
@ -242,6 +242,12 @@ list (APPEND SRCS
|
||||
"${LIBRARY_DIR}/../vectorscan-cmake/rageled_files/control_verbs.cpp"
|
||||
)
|
||||
|
||||
set_source_files_properties(
|
||||
"${LIBRARY_DIR}/../vectorscan-cmake/rageled_files/Parser.cpp"
|
||||
"${LIBRARY_DIR}/../vectorscan-cmake/rageled_files/control_verbs.cpp"
|
||||
COMPILE_FLAGS -Wno-c++11-narrowing
|
||||
)
|
||||
|
||||
# Platform-dependent files
|
||||
if (ARCH_AMD64)
|
||||
list(APPEND SRCS
|
||||
|
Loading…
Reference in New Issue
Block a user