From 5815b48a0050a05a2415898ea14f8740916db45a Mon Sep 17 00:00:00 2001 From: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> Date: Fri, 10 Sep 2021 21:16:03 -0700 Subject: [PATCH] disabling the warning after merge Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> --- cmake/Platform/Common/Clang/Configurations_clang.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmake/Platform/Common/Clang/Configurations_clang.cmake b/cmake/Platform/Common/Clang/Configurations_clang.cmake index 5c24161a19..86f4faccfb 100644 --- a/cmake/Platform/Common/Clang/Configurations_clang.cmake +++ b/cmake/Platform/Common/Clang/Configurations_clang.cmake @@ -19,9 +19,9 @@ ly_append_configurations_options( ################### # Disabled warnings (please do not disable any others without first consulting sig-build) ################### - # -Wno-inconsistent-missing-override # unfortunately there is no warning in MSVC to detect missing overrides, - # MSVC's static analyzer can, but that is a different run that most developers are not ware of. A pass was - # done to fix all hits. Leaving this disabled until there is a matching warning in MSVC. + -Wno-inconsistent-missing-override # unfortunately there is no warning in MSVC to detect missing overrides, + # MSVC's static analyzer can, but that is a different run that most developers are not ware of. A pass + # was done to fix all hits. Leaving this disabled until there is a matching warning in MSVC. -Wrange-loop-analysis -Wno-unknown-warning-option # used as a way to mark warnings that are MSVC only