Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [ 20%] Generating main.c, Backend/App.c, Backend/AppSystem.c, config.c
- /home/gp/Projects/switchboard-plug-startup-applications/src/Backend/App.vala:88.36-89.98: warning: unhandled error `GLib.Error'
- /home/gp/Projects/switchboard-plug-startup-applications/src/main.vala:60.16-60.52: warning: local variable `plug_name' declared but never used
- string plug_name = _("Startup Applications");
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Compilation succeeded - 2 warning(s)
- Scanning dependencies of target startup-apps
- [ 40%] Building C object src/CMakeFiles/startup-apps.dir/main.c.o
- [ 60%] Building C object src/CMakeFiles/startup-apps.dir/Backend/App.c.o
- [ 80%] Building C object src/CMakeFiles/startup-apps.dir/Backend/AppSystem.c.o
- /home/gp/Projects/switchboard-plug-startup-applications/src/Backend/AppSystem.vala: In function ‘startup_plug_backend_app_system_update_apps’:
- /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]
- /usr/include/gee-1.0/gee.h:755:6: note: expected ‘struct GeeAbstractCollection *’ but argument is of type ‘struct GeeCollection *’
- AppSystem.c: In function ‘_startup_plug_backend_app_system_sort_apps_by_name_gcompare_data_func’:
- 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]
- /home/gp/Projects/switchboard-plug-startup-applications/build/src/Backend/AppSystem.c:96:6: note: expected ‘struct StartupPlugBackendApp *’ but argument is of type ‘gconstpointer’
- 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]
- /home/gp/Projects/switchboard-plug-startup-applications/build/src/Backend/AppSystem.c:96:6: note: expected ‘struct StartupPlugBackendApp *’ but argument is of type ‘gconstpointer’
- /home/gp/Projects/switchboard-plug-startup-applications/src/Backend/AppSystem.vala: In function ‘startup_plug_backend_app_system_get_apps_by_name’:
- /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]
- /usr/include/gee-1.0/gee.h:793:16: note: expected ‘struct GeeAbstractMap *’ but argument is of type ‘struct GeeMap *’
- /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]
- /usr/include/gee-1.0/gee.h:755:6: note: expected ‘struct GeeAbstractCollection *’ but argument is of type ‘struct GeeCollection *’
- /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]
- AppSystem.c:611:17: note: expected ‘gchar *’ but argument is of type ‘const gchar *’
- /home/gp/Projects/switchboard-plug-startup-applications/src/Backend/AppSystem.vala: In function ‘startup_plug_backend_app_system_sort_apps_by_name’:
- /home/gp/Projects/switchboard-plug-startup-applications/src/Backend/AppSystem.vala:161:9: warning: assignment from incompatible pointer type [enabled by default]
- [100%] Building C object src/CMakeFiles/startup-apps.dir/config.c.o
- Linking C executable startup-apps
- [100%] Built target startup-apps
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement