We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60aeb2e commit a0a0f89Copy full SHA for a0a0f89
test/cfg/gtk.c
@@ -36,7 +36,7 @@ void validCode(int argInt, GHashTableIter * hash_table_iter, GHashTable * hash_t
36
// cppcheck-suppress checkLibraryNoReturn
37
g_assert_not_reached();
38
}
39
- gpointer p = GINT_TO_POINTER(1);
+ gconstpointer p = GINT_TO_POINTER(1);
40
int i = GPOINTER_TO_INT(p);
41
// cppcheck-suppress knownConditionTrueFalse
42
if (i == 1) {}
0 commit comments