This file is indexed.

/usr/include/dcmtk/ofstd/diag/piof.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 "-Wpredefined-identifier-outside-function"
// GCC and Visual Studio don't seem to have such a warning yet,
// uncomment and replace ? when they do:
//#elif DCMTK_DIAGNOSTIC_MIN_GCC_VERSION(?,?,?)
//#pragma GCC diagnostic ignored "????"
//#elif DCMTK_DIAGNOSTIC_MIN_MSC_VER(????)
//#pragma warning(disable: ????)
#endif