mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-22 01:34:21 +00:00
Fixed a compiler warning in some OSC code
This commit is contained in:
parent
6cceb10417
commit
ae80e2b90d
1 changed files with 1 additions and 1 deletions
|
|
@ -416,7 +416,7 @@ struct OSCReceiver::Pimpl : private Thread,
|
|||
catch (OSCFormatError)
|
||||
{
|
||||
if (formatErrorHandler != nullptr)
|
||||
formatErrorHandler (data, dataSize);
|
||||
formatErrorHandler (data, (int) dataSize);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue