mirror of
https://github.com/yawut/SDL.git
synced 2026-09-20 23:14:33 -05:00
Simon Deschenes My build system still shows warning as errors. The first warning says that the member named instances can never be false (or NULL) as it is a static array, and we should check for instances[index] which we do anyway.