Skip to content

Commit

Permalink
Disable warnings for cyclonedds dependency (#399)
Browse files Browse the repository at this point in the history
Co-authored-by: Milan Vukov <[email protected]>
  • Loading branch information
mering and mvukov authored Dec 3, 2024
1 parent a2aed3e commit 5bf154d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions repositories/cyclonedds.BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ cmake(
},
no_match_error = "Unsupported build configuration",
),
copts = [
"-w",
],
generate_args = ["-GNinja"],
lib_source = ":all_srcs",
linkopts = selects.with_or(
Expand Down

0 comments on commit 5bf154d

Please sign in to comment.