1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-19 01:04:20 +00:00

Cleaned up a few warnings generated by clang -Wall.

This commit is contained in:
jules 2012-05-09 10:01:56 +01:00
parent 0930af3820
commit d4deecb2f2
20 changed files with 69 additions and 64 deletions

View file

@ -122,7 +122,7 @@ namespace FileHelpers
|| path.startsWithIgnoreCase ("smb:");
}
static String appendPath (const String& path, const String& subpath)
String appendPath (const String& path, const String& subpath)
{
if (isAbsolutePath (subpath))
return subpath.replaceCharacter ('\\', '/');