mate-desktop / mate-settings-daemon

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

housekeeping: Remove warning -Wcast-function-type #362

Closed rbuj closed 3 years ago

rbuj commented 3 years ago
msd-housekeeping-manager.c: In function ‘purge_thumbnail_cache’:
msd-housekeeping-manager.c:203:32: warning: cast between incompatible function types from ‘void (*)(void *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type]
  203 |         g_list_foreach (files, (GFunc) thumb_data_free, NULL);
      |                                ^