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
Copy file name to clipboardexpand all lines: Directory.Build.props
+1-4
Original file line number
Diff line number
Diff line change
@@ -71,11 +71,9 @@
71
71
72
72
<!--
73
73
Disable level All warnings that are not useful:
74
-
C4005 = macro redefinition [Caused by Windows SDK + header units]
75
74
C4061 = enumerator 'identifier' in switch of enum 'enumeration' is not explicitly handled by a case label
76
75
C4265 = class has virtual functions, but its non-trivial destructor is not virtual; instances of this class may not be destructed correctly [Needed for WinRT]
77
76
C4365 = action' : conversion from 'type_1' to 'type_2', signed/unsigned mismatch
78
-
C4464 = A #include directive has a path that includes a '..' parent directory specifier. [Just informational]
79
77
C4514 = function' : unreferenced inline function has been removed [Just informational]
80
78
C4571 = Informational: catch(...) semantics changed since Visual C++ 7.1; structured exceptions (SEH) are no longer caught [Just informational]
81
79
C4623 = derived class' : default constructor was implicitly defined as deleted because a base class default constructor is inaccessible or deleted [Just informational]
@@ -96,8 +94,7 @@
96
94
C5204 = '': class has virtual functions, but its trivial destructor is not virtual; instances of objects derived from this class may not be destructed correctly [needed for Winrt]
97
95
C5246 = the initialization of a subobject should be wrapped in braces [Not needed for brace elision]
0 commit comments