Fix build

This commit is contained in:
Alexey Milovidov 2020-05-10 03:16:08 +03:00
parent cb08d2b910
commit da4a793dee

View File

@ -1,4 +1,4 @@
add_compile_options(-Wno-zero-as-null-pointer-constant) # Protobuf generated files
add_compile_options(-Wno-zero-as-null-pointer-constant -Wno-array-bounds) # Protobuf generated files
if (USE_PROTOBUF)
protobuf_generate_cpp(ProtobufDelimitedMessagesSerializer_Srcs ProtobufDelimitedMessagesSerializer_Hdrs ${CMAKE_CURRENT_SOURCE_DIR}/../../tests/queries/0_stateless/00825_protobuf_format.proto)