hoijui / JavaOSC

OSC content format/"protocol" library for JVM languages
http://www.illposed.com/software/javaosc.html
BSD 3-Clause "New" or "Revised" License
156 stars 43 forks source link

Suppress warnings on unchecked casts #24

Closed ciyer closed 8 years ago

ciyer commented 8 years ago

A user was complaining that the unchecked casts were errors in his build environment, so I've suppressed warnings on them.