Author :
Sam Lantinga
Date :
2015-06-19 23:53:33
Hash :fb5732dc Message :GCC is warning about global functions with the same name as variables in the code, when using -Wshadow.
This is a little ridiculous because we have no idea what functions a given platform will provide, so we'll disable -Wshadow for now.