diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-10-02 23:47:54 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-20 15:35:58 +0100 |
commit | 85462f25d6335bcca9423b6fc1e624d9a76a2375 (patch) | |
tree | f2bac09a057573ff745de6dfd7b80fcd90ac8885 /.bazelrc | |
parent | 80b18cc979fcb1e772e5b7c7d45aa72602d461d7 (diff) |
More work on option again
Diffstat (limited to '.bazelrc')
-rw-r--r-- | .bazelrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,3 +13,4 @@ build --cxxopt=-Wno-pre-c++17-compat build --cxxopt=-Wno-c++20-compat
build --cxxopt=-Wno-unused-macros
build --cxxopt=-Wno-documentation-unknown-command
+build --cxxopt=-Wno-extra-semi-stmt
|