Address some compile-time warnings in SDL 2.0

Also disable VERBOSE DEBUG output.

Note - Still a pair of nasty warnings about the following

 * ‘rsvg_handle_close’ is deprecated: Use
   'rsvg_handle_read_stream_sync' instead

 * passing argument 3 of ‘autoscale_copy_smear_free’ from incompatible
   pointer type (SDL_BlitSurface)

They should be addressed.
This commit is contained in:
Bill Kendrick 2022-05-19 00:49:48 -07:00
parent ed7184bd64
commit dfba73d327
5 changed files with 51 additions and 45 deletions

View file

@ -1,5 +1,5 @@
#define DEBUG
#define VERBOSE
//#define DEBUG
//#define VERBOSE
/*
* Enable verbose logging if requested on platforms that support it.