Files
ladybird/Libraries/LibC
Andreas Kling 9ba9228a6b LibC: Make sure assert() expands to *something* in non-DEBUG builds
Sometimes people write strange things like "assert(x), something();"
and this will not work if "assert(x)" expands to "".

So make it expand to ((void)0) instead.
2020-08-11 20:29:14 +02:00
..
2020-04-06 11:09:01 +02:00
2020-04-10 13:09:35 +02:00
2020-05-30 15:01:18 +02:00
2020-07-31 20:56:48 +02:00
2020-06-23 14:12:20 +02:00
2020-07-28 17:07:22 +02:00
2020-08-10 11:51:45 +02:00
2020-08-10 11:51:45 +02:00
2020-07-06 10:01:14 +02:00
2020-08-06 13:36:06 +02:00
2020-08-01 08:39:26 +02:00
2020-08-01 08:39:26 +02:00
2020-07-11 11:33:33 +02:00
2020-07-04 10:49:36 +02:00
2020-05-07 23:32:11 +02:00