mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 00:19:58 +01:00
[xla] Update warnings.bazelrc
PiperOrigin-RevId: 813720851
This commit is contained in:
parent
692ef1c3b5
commit
1331014c5d
11
third_party/xla/warnings.bazelrc
vendored
11
third_party/xla/warnings.bazelrc
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user