From 0665712278a60a4b0a93bd0801989632a36c2109 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Szekeres?= Date: Tue, 21 Jan 2025 16:48:13 -0800 Subject: [PATCH] No public description PiperOrigin-RevId: 718122349 --- .bazelrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bazelrc b/.bazelrc index a74f3894..623dd947 100644 --- a/.bazelrc +++ b/.bazelrc @@ -20,8 +20,8 @@ build --action_env=CXX=clang++ # Use the C++17 standard. build --cxxopt=-std=c++17 -# ...But disable warnings about C++20 extensions. -build --cxxopt=-Wno-c++20-extensions +# Report error on C++20 extensions. +# build --cxxopt=-Werror-c++20-extensions # Required by the cc_fuzztest_grammar_library rule, which uses the # "exec configuration" (https://bazel.build/reference/be/general#cross-compilation-considerations). # The --cxxopt flag does not apply to the exec configuration, only the