mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
Disable sign conversion warnings
just tired of them, I know what I'm doing
This commit is contained in:
parent
fb56c6af04
commit
c1bde8560e
@ -54,7 +54,7 @@ function(set_project_warnings project_name)
|
|||||||
# function
|
# function
|
||||||
-Wpedantic # warn if non-standard C++ is used
|
-Wpedantic # warn if non-standard C++ is used
|
||||||
-Wconversion # warn on type conversions that may lose data
|
-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
|
-Wnull-dereference # warn if a null dereference is detected
|
||||||
-Wdouble-promotion # warn if float is implicit promoted to double
|
-Wdouble-promotion # warn if float is implicit promoted to double
|
||||||
-Wformat=2 # warn on security issues around functions that format output
|
-Wformat=2 # warn on security issues around functions that format output
|
||||||
|
Loading…
Reference in New Issue
Block a user