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:
parent
0930af3820
commit
d4deecb2f2
20 changed files with 69 additions and 64 deletions
|
|
@ -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 ('\\', '/');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue