tsoding / boomer

Zoomer application for Linux
MIT License
440 stars 39 forks source link

Use const for constants to avoid warnings #129

Closed hrzlgnm closed 4 months ago

hrzlgnm commented 10 months ago

This fixes the annoying warning: Warning: implicit conversion to 'cstring' from a non-const location: wmName; this will become a compile time error in the future [CStringConv]