From e8081ab35308dbff3957490f85b1503303b9e8fa Mon Sep 17 00:00:00 2001
From: Jose Baiocchi <jbaiocchi@google.com>
Date: Thu, 4 Feb 2021 12:23:04 -0800
Subject: [PATCH] Remove -Wc++14-compat from tf_profiler_copts

PiperOrigin-RevId: 355685006
Change-Id: I1594ee27e3d61c1365d37ec01b5bb9bb534b39dd
---
 tensorflow/core/profiler/builds/build_config.bzl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tensorflow/core/profiler/builds/build_config.bzl b/tensorflow/core/profiler/builds/build_config.bzl
index bd20787b398..b23dcf2e97f 100644
--- a/tensorflow/core/profiler/builds/build_config.bzl
+++ b/tensorflow/core/profiler/builds/build_config.bzl
@@ -16,4 +16,4 @@ def if_profiler_oss(if_true, if_false = []):
     })
 
 def tf_profiler_copts():
-    return if_profiler_oss(["-Wc++14-compat"])
+    return []