From 19d1b80bb7ee64da1d2b64e8d5ffc3f72601d902 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Tue, 2 Feb 2021 09:28:09 -0800 Subject: [PATCH] Remove use of -Wc++14-compat. PiperOrigin-RevId: 355183563 Change-Id: Idc67a1aa46e16e537f64edf836f6c2aab000f39b --- tensorflow/lite/build_def.bzl | 3 --- 1 file changed, 3 deletions(-) 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", ], })