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