mate-desktop / mate-settings-daemon

MATE settings daemon
https://mate-desktop.org
GNU General Public License v2.0
43 stars 48 forks source link

xrdb: wrong type field in printf format string #372

Closed rbuj closed 2 years ago

rbuj commented 3 years ago
msd-xrdb-manager.c:73:33: warning: format specifies type 'unsigned short' but the argument has type 'int' [-Wformat]
                                color->red>>8,
                                ^~~~~~~~~~~~~
msd-xrdb-manager.c:74:33: warning: format specifies type 'unsigned short' but the argument has type 'int' [-Wformat]
                                color->green>>8,
                                ^~~~~~~~~~~~~~~
msd-xrdb-manager.c:75:33: warning: format specifies type 'unsigned short' but the argument has type 'int' [-Wformat]
                                color->blue>>8);
                                ^~~~~~~~~~~~~~