Skip to content

Commit 1bba12c

Browse files
N-Dekkerhjmjohnson
authored andcommitted
COMP: No longer disable MSVC warning C4503 on "decorated name length"
According to https://docs.microsoft.com/en-us/cpp/error-messages/compiler-warnings/compiler-warning-level-1-c4503?view=msvc-160 > Compiler Warning (level 1) C4503 > 'identifier' : decorated name length exceeded, name was truncated > > This compiler warning is obsolete and is not generated in > Visual Studio 2017 and later compilers. VS2015 may still produce this warning, but ITK dropped VS2015 support with commit 4e812d6 June 1, 2021 "COMP: Require compiler versions that support C++14"
1 parent 96d0a93 commit 1bba12c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Modules/Core/Common/include/itkWin32Header.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@
5353
// 'conversion' : truncation of constant value
5454
# pragma warning(disable : 4309)
5555

56-
// decorated name length exceeded, name was truncated
57-
# pragma warning(disable : 4503)
58-
5956
// unreferenced local function has been removed
6057
# pragma warning(disable : 4505)
6158

0 commit comments

Comments
 (0)