We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm now using macOs / XCode. it is not an issue but a suggestion of supress some c++ warnings.
Implicit conversion loses integer precision: 'ItemCount' (aka 'unsigned long') to 'unsigned int'
rtmidi/RtMidi.cpp
Line 1066 in 454e1ce
Line 1177 in 454e1ce
Line 1273 in 454e1ce
Line 1397 in 454e1ce
Line 1433 in 454e1ce
I can make a PR if needed but preferred to open an issue to see how it is best. maybe cast to data types like this?
unsigned int nDest = (unsigned int)MIDIGetNumberOfDestinations();
cheers
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm now using macOs / XCode. it is not an issue but a suggestion of supress some c++ warnings.
rtmidi/RtMidi.cpp
Line 1066 in 454e1ce
rtmidi/RtMidi.cpp
Line 1177 in 454e1ce
rtmidi/RtMidi.cpp
Line 1273 in 454e1ce
rtmidi/RtMidi.cpp
Line 1397 in 454e1ce
rtmidi/RtMidi.cpp
Line 1433 in 454e1ce
I can make a PR if needed but preferred to open an issue to see how it is best.
maybe cast to data types like this?
cheers
The text was updated successfully, but these errors were encountered: