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
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"
0 commit comments