Skip to content
  • Will Thompson's avatar
    web-source: fix type mismatch on unused parameter · 97969289
    Will Thompson authored
    src/gclue-web-source.c:181:35: warning: passing argument 2 of ‘on_network_changed’ makes integer from pointer without a cast [-Wint-conversion]
             on_network_changed (NULL, NULL, user_data);
                                       ^~~~
    src/freedesktop/geoclue/geoclue/src/gclue-web-source.c:135:38: note: expected ‘gboolean’ {aka ‘int’} but argument is of type ‘void *’
                         gboolean         available G_GNUC_UNUSED,
    97969289