Win32: Added compiler warning about unused static functions
While MSVC will automatically remove unused static functions from thebinary, GCC does not. Having this warning will help keep the code basein a better shape for non-MS platforms.
View differences
Win32: Added compiler warning about unused static functions
While MSVC will automatically remove unused static functions from the
binary, GCC does not. Having this warning will help keep the code base
in a better shape for non-MS platforms.