martinpitt / umockdev

Mock hardware devices for creating unit tests and bug reporting
https://launchpad.net/umockdev
GNU Lesser General Public License v2.1
308 stars 54 forks source link

Hide C compiler warnings about unused items, explain some others #232

Closed martinpitt closed 6 months ago

martinpitt commented 6 months ago

These are numerous, but harmless -- that's just how Vala → C generation works. It takes attention away from the more interesting warnings.

Add explanation and bug reference for the others.

Fixes #226