We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CHECK_INTERNAL
1 parent 90c0cb9 commit d6d29c5Copy full SHA for d6d29c5
1 file changed
lib/checkinternal.h
@@ -22,6 +22,8 @@
22
#define checkinternalH
23
//---------------------------------------------------------------------------
24
25
+#ifdef CHECK_INTERNAL
26
+
27
#include "check.h"
28
#include "config.h"
29
@@ -93,4 +95,7 @@ class CPPCHECKLIB CheckInternal : public Check {
93
95
};
94
96
/// @}
97
98
99
+#endif // CHECK_INTERNAL
100
101
#endif // checkinternalH
0 commit comments