You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--protocopt=--fatal_warnings indeed seems to work. I'm happy to either close this or leave it open to have a way to set this directly in the toolchain configuration in Bazel - not sure what's the most common way to do this kind of things.
Is there a way to enforce that every
proto_library
target are compiled with--fatal_warnings
?For reference, this flag was added here, and causes the compilation to fail if a warning is raised, like
-Werror
with GCC.The text was updated successfully, but these errors were encountered: