Files
SDL/include/SDL3
Ryan C. Gordon daf519ae05 assert: make disabled asserts work with bitfield conditions.
We don't care _what_ the `sizeof` results are, we just want it to vaporize
the condition's code out of the build. So we check it with a `? 1 : 0`, so it
always boils down to a `sizeof (int)`, no matter what data type the condition
actually is.

This works with bitfields, pointers, anything that can be "truthy." If it
isn't truthy, it would fail when assertions are enabled anyhow.

Fixes #15990.
2026-07-13 18:17:33 -04:00
..
2026-03-23 00:53:55 +00:00
2026-01-01 09:40:08 -08:00
2026-02-07 18:14:00 +03:00
2026-01-01 09:40:08 -08:00
2026-01-01 09:40:08 -08:00
2026-03-14 18:58:22 +00:00
2026-01-01 09:40:08 -08:00
2026-05-17 16:29:03 +03:00
2026-01-01 09:40:08 -08:00
2026-02-21 15:56:44 +00:00
2026-06-29 17:51:17 +00:00
2026-01-01 09:40:08 -08:00
2026-02-11 02:41:57 +00:00
2026-01-04 22:26:46 +00:00
2026-07-08 23:11:32 +00:00
2026-01-01 09:40:08 -08:00
2026-04-05 18:33:22 +00:00
2026-01-01 09:40:08 -08:00
2026-01-01 09:40:08 -08:00
2026-02-10 15:51:32 +00:00
2026-01-01 09:40:08 -08:00
2026-02-19 00:52:16 +00:00
2026-01-01 09:40:08 -08:00
2026-01-01 09:40:08 -08:00
2026-02-03 20:02:42 -05:00
2026-03-07 16:20:37 +00:00
2026-01-01 09:40:08 -08:00
2026-02-07 18:14:00 +03:00
2026-01-01 09:40:08 -08:00
2026-01-25 02:16:47 +00:00
2026-06-23 07:25:14 +00:00
2026-01-01 09:40:08 -08:00
2026-01-01 09:40:08 -08:00
2026-01-01 09:40:08 -08:00
2026-01-01 09:40:08 -08:00
2026-01-01 09:40:08 -08:00
2026-01-01 09:40:08 -08:00
2026-01-01 09:40:08 -08:00
2026-01-01 09:40:08 -08:00
2026-01-01 09:40:08 -08:00
2026-01-01 09:40:08 -08:00
2026-01-01 09:40:08 -08:00
2026-01-01 09:40:08 -08:00
2026-01-01 09:40:08 -08:00
2026-02-05 11:08:05 -08:00
2026-06-30 16:33:03 +00:00