Cloudef / wlc

High-level Wayland compositor library
MIT License
331 stars 58 forks source link

Build has too many warnings #258

Closed Enerccio closed 7 years ago

Enerccio commented 7 years ago

Low priority issue, but if you are building a lot, it is pretty crappy.

Most of it is inside chck submodule, but some are inside wlc itself, like in xdg_cb_popup_grab by @kozec

Earnestly commented 7 years ago

They're pretty much all non null warnings because the compiler isn't smart enough, making the warning mechanism chck added fairly pointless. It's all rather unfortunate.

Cloudef commented 7 years ago

https://github.com/Cloudef/wlc/commit/32dfed15b74f28e77bc4170ef72f22c3542e71be should fix them