[xla] Update warnings.bazelrc

PiperOrigin-RevId: 813720851
This commit is contained in:
Penporn Koanantakool 2025-10-01 06:09:57 -07:00 committed by TensorFlower Gardener
parent 692ef1c3b5
commit 1331014c5d

View File

@ -24,12 +24,7 @@ build:warnings --copt=-Wno-nullability-completeness
build:warnings --copt=-Wno-potentially-evaluated-expression
build:warnings --copt=-Wno-range-loop-analysis
build:warnings --copt=-Wno-return-type-c-linkage
build:warnings --copt=-Wno-strict-prototypes
build:warnings --copt=-Wno-tautological-type-limit-compare
build:warnings --copt=-Wno-tautological-undefined-compare
build:warnings --copt=-Wno-tautological-unsigned-zero-compare
build:warnings --copt=-Wno-tautological-unsigned-enum-zero-compare
build:warnings --copt=-Wno-undefined-func-template
build:warnings --copt=-Wno-unused-but-set-variable
build:warnings --copt=-Wno-unused-lambda-capture
build:warnings --copt=-Wno-unused-local-typedef
@ -40,6 +35,12 @@ build:warnings --copt=-Wno-deprecated-enum-enum-conversion
build:warnings --copt=-Wno-deprecated-enum-compare-conditional
build:warnings --copt=-Wno-deprecated-enum-float-conversion
build:warnings --copt=-Wno-deprecated-this-capture
build:warnings --copt=-Wno-strict-prototypes
build:warnings --copt=-Wno-tautological-type-limit-compare
build:warnings --copt=-Wno-tautological-unsigned-enum-zero-compare
build:warnings --copt=-Wno-tautological-unsigned-zero-compare
build:warnings --copt=-Wno-thread-safety-reference
build:warnings --copt=-Wno-undefined-func-template
build:warnings --copt=-Wno-bitfield-constant-conversion
build:warnings --copt=-Wno-bitwise-instead-of-logical
build:warnings --copt=-Wno-comment