You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/w14165 # 'HRESULT' is being converted to 'bool'; are you sure this is what you want?
29
+
/w44242 # 'identifier': conversion from 'type1' to 'type2', possible loss of data
30
+
/w44254 # 'operator': conversion from 'type1':'field_bits' to 'type2':'field_bits', possible loss of data
31
+
/w44263 # 'function' : member function does not override any base class virtual member function
32
+
/w34265 # 'classname': class has virtual functions, but its non-trivial destructor is not virtual; instances of this class may not be destructed correctly
/w14545 # expression before comma evaluates to a function which is missing an argument list
38
+
/w14546 # function call before comma missing argument list
39
+
/w14547 # 'operator' : operator before comma has no effect; expected operator with side-effect
40
+
/w14549 # 'operator' : operator before comma has no effect; did you intend 'operator'?
41
+
/w14555 # expression has no effect; expected expression with side-effect
42
+
/w34619 # #pragma warning : there is no warning number 'number'
43
+
/w34640 # 'instance' : construction of local static object is not thread-safe
44
+
/w24826 # Conversion from 'type' to 'type' is sign-extended. This may cause unexpected runtime behavior.
45
+
/w14905 # wide string literal cast to 'LPSTR'
46
+
/w14906 # string literal cast to 'LPWSTR'
47
+
/w14928 # illegal copy-initialization; more than one user-defined conversion has been implicitly applied
48
+
/w45038 # data member 'member1' will be initialized after data member 'member2', data member 'member' will be initialized after base class 'base_class'
0 commit comments