Skip to content

Commit 7b0f274

Browse files
committed
Fix GCC11 JDBC warnings
Fix Warning on Apple Change-Id: I792a63eb8404724bcdf5a8dcc4c8394d2c7c4f0d
1 parent 2a31ebf commit 7b0f274

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cdk/extra/protobuf/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ endif()
8989

9090
set_visibility(hidden)
9191

92-
if(NOT MSVC)
92+
if(NOT MSVC AND NOT APPLE)
9393
add_compile_options(-Wno-stringop-overflow)
9494
endif()
9595

0 commit comments

Comments
 (0)