hugbug / conpianist

App to control Yamaha CSP digital pianos from Windows, macOS or Linux.
GNU General Public License v3.0
32 stars 4 forks source link

Warnings in Lomse code #30

Closed hugbug closed 4 years ago

hugbug commented 4 years ago

Lomse code generates a bunch of warnings "Implicit conversion loses integer precision" when compiled in clang. That should probably fixed upstream.

We can at least suppress them when compiling the lomse code but keep the warning option active when compiling our own code.