Skip to content

Commit a0a0f89

Browse files
committed
Fix
1 parent 60aeb2e commit a0a0f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cfg/gtk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ void validCode(int argInt, GHashTableIter * hash_table_iter, GHashTable * hash_t
3636
// cppcheck-suppress checkLibraryNoReturn
3737
g_assert_not_reached();
3838
}
39-
gpointer p = GINT_TO_POINTER(1);
39+
gconstpointer p = GINT_TO_POINTER(1);
4040
int i = GPOINTER_TO_INT(p);
4141
// cppcheck-suppress knownConditionTrueFalse
4242
if (i == 1) {}

0 commit comments

Comments
 (0)