mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-14 00:14:18 +00:00
Tidied up some minor compile warnings.
This commit is contained in:
parent
27506c2120
commit
db657c04cd
32 changed files with 118 additions and 118 deletions
|
|
@ -78,7 +78,7 @@ public:
|
|||
static juce_wchar* createCopy (const char* const src, const size_t numChars)
|
||||
{
|
||||
juce_wchar* const dest = createUninitialised (numChars);
|
||||
CharacterFunctions::copy (dest, src, numChars);
|
||||
CharacterFunctions::copy (dest, src, (int) numChars);
|
||||
dest [numChars] = 0;
|
||||
return dest;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue