enabling warns
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -18,23 +18,13 @@ ly_append_configurations_options(
|
||||
|
||||
# Disabled warnings (please do not disable any others without first consulting ly-warnings)
|
||||
-Wrange-loop-analysis
|
||||
-Wno-unknown-warning-option
|
||||
"-Wno-#pragma-messages"
|
||||
-Wno-absolute-value
|
||||
-Wno-dynamic-class-memaccess
|
||||
-Wno-unknown-warning-option # used as a way to mark warnings that are MSVC only
|
||||
-Wno-format-security
|
||||
-Wno-inconsistent-missing-override
|
||||
-Wno-invalid-offsetof
|
||||
-Wno-multichar
|
||||
-Wno-parentheses
|
||||
-Wno-reorder
|
||||
-Wno-self-assign
|
||||
-Wno-switch
|
||||
-Wno-tautological-compare
|
||||
-Wno-undefined-var-template
|
||||
-Wno-unknown-pragmas
|
||||
# Workaround for compiler seeing file case differently from what OS show in console.
|
||||
-Wno-nonportable-include-path
|
||||
|
||||
COMPILATION_DEBUG
|
||||
-O0 # No optimization
|
||||
|
||||
Reference in New Issue
Block a user