Advertisement
grvrulz

Untitled

Mar 2nd, 2013
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.64 KB | None | 0 0
  1. [ 20%] Generating main.c, Backend/App.c, Backend/AppSystem.c, config.c
  2. /home/gp/Projects/switchboard-plug-startup-applications/src/Backend/App.vala:88.36-89.98: warning: unhandled error `GLib.Error'
  3. /home/gp/Projects/switchboard-plug-startup-applications/src/main.vala:60.16-60.52: warning: local variable `plug_name' declared but never used
  4. string plug_name = _("Startup Applications");
  5. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  6. Compilation succeeded - 2 warning(s)
  7. Scanning dependencies of target startup-apps
  8. [ 40%] Building C object src/CMakeFiles/startup-apps.dir/main.c.o
  9. [ 60%] Building C object src/CMakeFiles/startup-apps.dir/Backend/App.c.o
  10. [ 80%] Building C object src/CMakeFiles/startup-apps.dir/Backend/AppSystem.c.o
  11. /home/gp/Projects/switchboard-plug-startup-applications/src/Backend/AppSystem.vala: In function ‘startup_plug_backend_app_system_update_apps’:
  12. /home/gp/Projects/switchboard-plug-startup-applications/src/Backend/AppSystem.vala:88:4: warning: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [enabled by default]
  13. /usr/include/gee-1.0/gee.h:755:6: note: expected ‘struct GeeAbstractCollection *’ but argument is of type ‘struct GeeCollection *’
  14. AppSystem.c: In function ‘_startup_plug_backend_app_system_sort_apps_by_name_gcompare_data_func’:
  15. AppSystem.c:630:2: warning: passing argument 1 of ‘startup_plug_backend_app_system_sort_apps_by_name’ discards ‘const’ qualifier from pointer target type [enabled by default]
  16. /home/gp/Projects/switchboard-plug-startup-applications/build/src/Backend/AppSystem.c:96:6: note: expected ‘struct StartupPlugBackendApp *’ but argument is of type ‘gconstpointer’
  17. AppSystem.c:630:2: warning: passing argument 2 of ‘startup_plug_backend_app_system_sort_apps_by_name’ discards ‘const’ qualifier from pointer target type [enabled by default]
  18. /home/gp/Projects/switchboard-plug-startup-applications/build/src/Backend/AppSystem.c:96:6: note: expected ‘struct StartupPlugBackendApp *’ but argument is of type ‘gconstpointer’
  19. /home/gp/Projects/switchboard-plug-startup-applications/src/Backend/AppSystem.vala: In function ‘startup_plug_backend_app_system_get_apps_by_name’:
  20. /home/gp/Projects/switchboard-plug-startup-applications/src/Backend/AppSystem.vala:147:3: warning: passing argument 1 of ‘gee_abstract_map_get_values’ from incompatible pointer type [enabled by default]
  21. /usr/include/gee-1.0/gee.h:793:16: note: expected ‘struct GeeAbstractMap *’ but argument is of type ‘struct GeeMap *’
  22. /home/gp/Projects/switchboard-plug-startup-applications/src/Backend/AppSystem.vala:148:5: warning: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [enabled by default]
  23. /usr/include/gee-1.0/gee.h:755:6: note: expected ‘struct GeeAbstractCollection *’ but argument is of type ‘struct GeeCollection *’
  24. /home/gp/Projects/switchboard-plug-startup-applications/src/Backend/AppSystem.vala:149:6: warning: passing argument 3 of ‘_vala_string_array_contains’ discards ‘const’ qualifier from pointer target type [enabled by default]
  25. AppSystem.c:611:17: note: expected ‘gchar *’ but argument is of type ‘const gchar *’
  26. /home/gp/Projects/switchboard-plug-startup-applications/src/Backend/AppSystem.vala: In function ‘startup_plug_backend_app_system_sort_apps_by_name’:
  27. /home/gp/Projects/switchboard-plug-startup-applications/src/Backend/AppSystem.vala:161:9: warning: assignment from incompatible pointer type [enabled by default]
  28. [100%] Building C object src/CMakeFiles/startup-apps.dir/config.c.o
  29. Linking C executable startup-apps
  30. [100%] Built target startup-apps
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement