Building xseticon on Ubuntu 18.04 (amd64), I noticed the following warning:
xseticon.c: In function ‘main’:
xseticon.c:312:39: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘Window {aka long unsigned int}’ [-Wformat=]
printf("Have selected window 0x%08x\n", window);
~~~^
%08lx
Building xseticon on Ubuntu 18.04 (amd64), I noticed the following warning:
This just cleans that up.