mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-21 12:49:10 +00:00
Fix several errors and warnings from GCC compilation
This commit is contained in:
@ -66,16 +66,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#define kCacheDirName "temp"
|
||||
|
||||
static void hsStrUpper(char *s)
|
||||
{
|
||||
if (s)
|
||||
{
|
||||
int len = hsStrlen(s);
|
||||
for (int i = 0; i < len; i++)
|
||||
s[i] = toupper(s[i]);
|
||||
}
|
||||
}
|
||||
|
||||
plAudioFileReader* plAudioFileReader::CreateReader(const char* path, plAudioCore::ChannelSelect whichChan, StreamType type)
|
||||
{
|
||||
const char* ext = plFileUtils::GetFileExt(path);
|
||||
|
Reference in New Issue
Block a user