mate-desktop / mate-notification-daemon

Daemon to display passive pop-up notifications
https://mate-desktop.org
GNU General Public License v2.0
30 stars 26 forks source link

Remove shadow warnings [-Wshadow] #194

Closed rbuj closed 3 years ago

rbuj commented 3 years ago
daemon.c:1528:8: warning: declaration of ‘x’ shadows a previous local [-Wshadow]
 1528 |   gint x, y;
      |        ^
--
daemon.c:1528:11: warning: declaration of ‘y’ shadows a previous local [-Wshadow]
 1528 |   gint x, y;
      |           ^
--
daemon.c:1607:24: warning: declaration of ‘data’ shadows a previous local [-Wshadow]
 1607 |   _NotifyPendingClose* data;
      |                        ^~~~
--
mate-notification-properties.c:83:10: warning: declaration of ‘key’ shadows a parameter [-Wshadow]
   83 |   gchar* key;
      |          ^~~