mate-desktop / marco

MATE default window manager
https://mate-desktop.org
GNU General Public License v2.0
195 stars 86 forks source link

theme: macro "ALPHA_TO_UCHAR" is not used #635

Closed rbuj closed 4 years ago

rbuj commented 4 years ago
ui/theme.c:78: warning: macro "ALPHA_TO_UCHAR" is not used [-Wunused-macros]
   78 | #define ALPHA_TO_UCHAR(d) ((unsigned char) ((d) * 255))
      |