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"