Hi,

Thanks for the patches, I wonder why does pertag patch is not included in the
mainstream, IMO using dwm without is not handy.

To fix the warning you are better changing the "lts" variable type:

-  Layout *lts[LENGTH(tags) + 1];
+  const Layout *lts[LENGTH(tags) + 1];

It works fine for me as well.

Regards
-- 
Sidney Amani

Reply via email to