disabling the warning after merge

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-09-10 21:16:03 -07:00
parent 5965760612
commit 5815b48a00
@@ -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