diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-10-08 23:33:21 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-20 15:35:58 +0100 |
commit | 0e7999f2d147b026aaee6693bdd2be2cb4a2519e (patch) | |
tree | b5bc7e49f732009f5d5f26ec625f4fa96935d40a /.bazelrc | |
parent | 85462f25d6335bcca9423b6fc1e624d9a76a2375 (diff) |
Start work on formatting
Diffstat (limited to '.bazelrc')
-rw-r--r-- | .bazelrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,3 +14,4 @@ build --cxxopt=-Wno-c++20-compat build --cxxopt=-Wno-unused-macros
build --cxxopt=-Wno-documentation-unknown-command
build --cxxopt=-Wno-extra-semi-stmt
+build --cxxopt=-Wno-extra-semi
|