WIP: Cleaned up some compile-time warnings...

...that cropped up in SDL2 branch.
This commit is contained in:
Bill Kendrick 2022-11-14 23:21:45 -08:00
parent a530896e20
commit 9d70b5837c
6 changed files with 21 additions and 42 deletions

View file

@ -172,6 +172,9 @@ http://www.tuxpaint.org/
find . -name "*.c" -or -name "*.h" -exec indent -nbfda -npcs -npsl -bli0 --no-tabs {} \;
Bill Kendrick <bill@newbreedsoftware.com>
* WIP: Cleaned up some compile-time warnings that cropped up in SDL2 branch.
Bill Kendrick <bill@newbreedsoftware.com>
* Documentation updates:
---------------------
* New "Quickstart Guide" document added.