Commit 553028c9ec0c5e98bd163b33b2d53f09084b01ca

Sam Lantinga 2014-06-22T11:02:56

Partial fix for bug 2556 - add compilation flag -Wshadow I added -Wshadow and then turned it off again because of massive variable shadowing in the blit macros. Feel free to go through that code and fix these if you want. Just uncomment CheckWarnShadow in configure.in if you want to try this.