diff --git a/tensorflow/lite/build_def.bzl b/tensorflow/lite/build_def.bzl index ca283d557c6..617f881b858 100644 --- a/tensorflow/lite/build_def.bzl +++ b/tensorflow/lite/build_def.bzl @@ -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", ], })