Skip to content
Snippets Groups Projects
Commit d5bf03cb authored by Philip Withnall's avatar Philip Withnall
Browse files

Merge branch 'wip/smcv/redundant-type-assertions' into 'main'

Revert "glib-init: Add more static assertions for gintptr, guintptr"

See merge request GNOME/glib!3263
parents 816b35df 73c91ef7
Branches
Tags
No related merge requests found
......@@ -141,9 +141,6 @@ G_STATIC_ASSERT (sizeof (gintptr) == sizeof (intptr_t));
G_STATIC_ASSERT (sizeof (guintptr) == sizeof (uintptr_t));
G_STATIC_ASSERT (G_ALIGNOF (gintptr) == G_ALIGNOF (intptr_t));
G_STATIC_ASSERT (G_ALIGNOF (guintptr) == G_ALIGNOF (uintptr_t));
/* True by definition */
G_STATIC_ASSERT (sizeof (gintptr) >= sizeof (void *));
G_STATIC_ASSERT (sizeof (guintptr) >= sizeof (void *));
G_STATIC_ASSERT (sizeof (gint8) == sizeof (int8_t));
G_STATIC_ASSERT (sizeof (guint8) == sizeof (uint8_t));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment