mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 14:57:32 +09:00
This fixes warning spew because warnings are thrown in case of mixed use of cairo_status_t and cairo_int_status_t, which is a hack in cairo because C99 doesn't support real enums (it's mapped to uint8 internally). The "register" storage type is no longer a thing in C++17, which would also warn; just letting the compiler decide is best, so just removing the keyword is the proper solution in cairoint.h |
||
|---|---|---|
| .. | ||
| cairo | ||
| glitz/src | ||
| libpixman | ||
| moz.build | ||