You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to aim for POSIX C99 compatibility with this project. There are
only two places where -Wpedantic was still warning about things.
In sdl.c, it didn't like assigning (void *) to function pointers, but
the whole dynamic sdl2 implementation depends on that, so I disabled the
diagnostic for a small region in try_get_sdl2_syms() there.
The rest were a few warnings in transforms.c, resolved by removing a few
const qualifiers.
0 commit comments