Skip to content

Commit b17d4c5

Browse files
committed
Disable warnings for cyclonedds dependency
1 parent 90e7e2d commit b17d4c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

repositories/cyclonedds.BUILD.bazel

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,9 @@ cmake(
179179
},
180180
no_match_error = "Unsupported build configuration",
181181
),
182+
copts = [
183+
"-w",
184+
],
182185
generate_args = ["-GNinja"],
183186
lib_source = ":all_srcs",
184187
linkopts = selects.with_or(

0 commit comments

Comments
 (0)