This file is indexed.

/usr/include/ui-gxmlcpp/compat_warning.h is in libui-gxmlcpp-dev 1.4.4-1build2.

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
10
11
12
#ifndef UI_GXML_COMPAT_WARNING_H
#define UI_GXML_COMPAT_WARNING_H

#ifndef UI_GXMLCPP_IGNORE_DEPRECATED
#ifdef WIN32
#pragma message("DEPRECATED API: XMLDump.hpp XMLNode.hpp XMLNodeSet.hpp XMLTree.hpp XSLTrans.hpp")
#else
#warning DEPRECATED API: XMLDump.hpp XMLNode.hpp XMLNodeSet.hpp XMLTree.hpp XSLTrans.hpp
#endif
#endif

#endif