mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 04:40:02 +01:00
Separate each statement of the form "assert(a && b);" into "assert(a);" and "assert(b);" for more precise diagnostics, except for this clever use in drmmode_display.c where it was used to pass a hint to developers: assert(num_infos <= 32 && "update return type"); |
||
|---|---|---|
| .. | ||
| Makefile.am | ||
| meson.build | ||
| record.c | ||
| set.c | ||
| set.h | ||