Commit fb5732dc5c0b5bbda351a88c1dbe79a1fe30c56f

Sam Lantinga 2015-06-19T23:53:33

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.