Remove use of -Wc++14-compat.

PiperOrigin-RevId: 355183563
Change-Id: Idc67a1aa46e16e537f64edf836f6c2aab000f39b
This commit is contained in:
A. Unique TensorFlower 2021-02-02 09:28:09 -08:00 committed by TensorFlower Gardener
parent abb251c299
commit 19d1b80bb7

View File

@ -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",
],
})