~deejay1/geoclue/master

Viewing all changes in revision 775.

  • Committer: Will Thompson
  • Date: 2018-11-06 17:05:57 UTC
  • Revision ID: git-v1:979692897149c9542bfcfeec13b423267ab3d283
web-source: fix type mismatch on unused parameter

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,

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: