diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-11-04 22:34:24 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-20 15:35:58 +0100 |
commit | d0a08e9883907847342505c8c5cf459fb84b4aa5 (patch) | |
tree | 6641d67daa98672fdb9713589b7520c2a7085c98 /.bazelrc | |
parent | d729d8dc9966fe4af04cf1661649e57888bb41b2 (diff) |
Use span in format
Diffstat (limited to '.bazelrc')
-rw-r--r-- | .bazelrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,5 +16,6 @@ build --cxxopt=-Wno-documentation-unknown-command build --cxxopt=-Wno-extra-semi-stmt
build --cxxopt=-Wno-extra-semi
build --cxxopt=-Wno-global-constructors
+build --cxxopt=-Wno-unsafe-buffer-usage
test --test_output=errors
|