/usr/include/dcmtk/ofstd/diag/nsdfti.def is in libdcmtk-dev 3.6.2-3build3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 | // Clang and GCC don't seem to have such a warning
// and probably never will for good reasons
#ifdef _MSC_VER
#pragma warning(disable: 4661)
#endif
|