This file is indexed.

/usr/include/dcmtk/ofstd/diag/shadow.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
6
7
8
9
#if defined(__clang__)
#pragma clang diagnostic ignored "-Wshadow"
#elif DCMTK_DIAGNOSTIC_MIN_GCC_VERSION(4,6,0)
#pragma GCC diagnostic ignored "-Wshadow"
// Visual Studio doesn't seem to have such a warning yet, uncomment
// and replace ???? when it does
//#elif DCMTK_DIAGNOSTIC_MIN_MSC_VER(????)
//#pragma warning(disable: ????)
#endif