File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ function(
13
13
if ("${MSVC_WARNINGS} " STREQUAL "" )
14
14
set (MSVC_WARNINGS
15
15
/W4 # Baseline reasonable warnings
16
- /w14242 # 'identifier': conversion from 'type1' to 'type1 ', possible loss of data
16
+ /w14242 # 'identifier': conversion from 'type1' to 'type2 ', possible loss of data
17
17
/w14254 # 'operator': conversion from 'type1:field_bits' to 'type2:field_bits', possible loss of data
18
18
/w14263 # 'function': member function does not override any base class virtual member function
19
19
/w14265 # 'classname': class has virtual functions, but destructor is not virtual instances of this class may not
@@ -30,7 +30,7 @@ function(
30
30
/w14555 # expression has no effect; expected expression with side- effect
31
31
/w14619 # pragma warning: there is no warning number 'number'
32
32
/w14640 # Enable warning on thread un-safe static member initialization
33
- /w14826 # Conversion from 'type1' to 'type_2 ' is sign-extended. This may cause unexpected runtime behavior.
33
+ /w14826 # Conversion from 'type1' to 'type2 ' is sign-extended. This may cause unexpected runtime behavior.
34
34
/w14905 # wide string literal cast to 'LPSTR'
35
35
/w14906 # string literal cast to 'LPWSTR'
36
36
/w14928 # illegal copy-initialization; more than one user-defined conversion has been implicitly applied
You can’t perform that action at this time.
0 commit comments