We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9424345 commit 73a2a29Copy full SHA for 73a2a29
cmake/GoogleCloudCppCommonOptions.cmake
@@ -105,5 +105,7 @@ function (google_cloud_cpp_add_common_options target)
105
if (GOOGLE_CLOUD_CPP_COMPILER_SUPPORTS_WERROR
106
AND GOOGLE_CLOUD_CPP_ENABLE_WERROR)
107
target_compile_options(${target} PRIVATE "-Werror")
108
+ target_compile_options(${target}
109
+ PRIVATE "-Wno-error=deprecated-declarations")
110
endif ()
111
endfunction ()
0 commit comments