Remove use of -Wc++14-compat.
PiperOrigin-RevId: 355183563 Change-Id: Idc67a1aa46e16e537f64edf836f6c2aab000f39b
This commit is contained in:
parent
abb251c299
commit
19d1b80bb7
@ -62,9 +62,6 @@ def tflite_copts_warnings():
|
||||
],
|
||||
"//conditions:default": [
|
||||
"-Wall",
|
||||
# TensorFlow is C++14 at the moment. This flag ensures that we warn
|
||||
# on any code that isn't C++14. Not supported by MSVC.
|
||||
"-Wc++14-compat",
|
||||
],
|
||||
})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user