From 85462f25d6335bcca9423b6fc1e624d9a76a2375 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Wed, 2 Oct 2024 23:47:54 +0200 Subject: More work on option again --- .bazelrc | 1 + 1 file changed, 1 insertion(+) (limited to '.bazelrc') diff --git a/.bazelrc b/.bazelrc index 68bfb11..3137527 100644 --- a/.bazelrc +++ b/.bazelrc @@ -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 -- cgit