wmww / gtk-layer-shell

A library to create panels and other desktop components for Wayland using the Layer Shell protocol
GNU General Public License v3.0
323 stars 16 forks source link

Remove pedantic warnings #20

Closed wmww closed 5 years ago

wmww commented 5 years ago

Fixes #17, as suggested by @tristan957 here

wmww commented 5 years ago

Works on my machine, and doesn't look like anyone else is going to bother to review it

ammen99 commented 5 years ago

Wouldn't it be better to use add_project_arguments?

ammen99 commented 5 years ago

From meson docs: "Subprojects must not set global arguments because there is no way to do that reliably over multiple subprojects."

Ideally gtk-layer-shell should be packaged, but for now I plan to use it as a subproject until it becomes widely available.

wmww commented 5 years ago

If you PR it I'll test it