Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
testoverlay: Remove unused 'flip' variable.
The testoverlay SDL 1.2 test program has a variable 'flip' which is never used. It seems to be intended to be used for double-buffering/page flipping, but it's never read from after it's set. This results in a warning being printed on gcc 10.3: /home/david/Development/sdl12-compat/test/testoverlay.c: In function ‘main’: /home/david/Development/sdl12-compat/test/testoverlay.c:324:6: warning: variable ‘flip’ set but not used [-Wunused-but-set-variable]
- Loading branch information