From aa4f4429c068fe24e5065bdcb0a57a7bfb5d5915 Mon Sep 17 00:00:00 2001 From: Roman Kazantsev Date: Mon, 5 Dec 2022 01:00:15 +0400 Subject: [PATCH] [TF FE] Prohibit compiling warnings (#14387) Signed-off-by: Kazantsev, Roman Signed-off-by: Kazantsev, Roman --- src/frontends/tensorflow/src/CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/frontends/tensorflow/src/CMakeLists.txt b/src/frontends/tensorflow/src/CMakeLists.txt index b1f2cf1a605..6f423463db0 100644 --- a/src/frontends/tensorflow/src/CMakeLists.txt +++ b/src/frontends/tensorflow/src/CMakeLists.txt @@ -2,12 +2,6 @@ # SPDX-License-Identifier: Apache-2.0 # -if(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC") - ie_add_compiler_flags(/wd4244) - ie_add_compiler_flags(/wd4018) - ie_add_compiler_flags(/wd4267) -endif() - ov_add_frontend(NAME tensorflow LINKABLE_FRONTEND FILEDESCRIPTION "FrontEnd to load and convert TensorFlow file format"