Disable sign conversion warnings

just tired of them, I know what I'm doing
hotfix/mipmap-alpha-fix
Andrew Cassidy 3 years ago
parent fb56c6af04
commit c1bde8560e

@ -54,7 +54,7 @@ function(set_project_warnings project_name)
# function
-Wpedantic # warn if non-standard C++ is used
-Wconversion # warn on type conversions that may lose data
-Wsign-conversion # warn on sign conversions
#-Wsign-conversion # warn on sign conversions
-Wnull-dereference # warn if a null dereference is detected
-Wdouble-promotion # warn if float is implicit promoted to double
-Wformat=2 # warn on security issues around functions that format output

Loading…
Cancel
Save