mirror of https://github.com/auygun/kaliber.git
more warnings
This commit is contained in:
parent
66990f26ba
commit
b06092ef8d
|
@ -203,6 +203,8 @@ config("warnings") {
|
||||||
"/wd4305", # truncation from 'double' to 'float'.
|
"/wd4305", # truncation from 'double' to 'float'.
|
||||||
"/wd4365", # conversion, signed/unsigned mismatch.
|
"/wd4365", # conversion, signed/unsigned mismatch.
|
||||||
# "/wd5219", # conversion, possible loss of data. 'int' to 'float'
|
# "/wd5219", # conversion, possible loss of data. 'int' to 'float'
|
||||||
|
"/wd4722", # destructor never returns, potential memory leak
|
||||||
|
"/wd4702", # unreachable code
|
||||||
|
|
||||||
# Possible compiler bug? Needs investigation.
|
# Possible compiler bug? Needs investigation.
|
||||||
"/wd4668", # '__STDC_WANT_SECURE_LIB__' is not defined as a preprocessor
|
"/wd4668", # '__STDC_WANT_SECURE_LIB__' is not defined as a preprocessor
|
||||||
|
|
Loading…
Reference in New Issue