Snippets for mate-user-share 1.28.0 from Nix aarch64-linux
Sourced from https://hydra.nixos.org/log/4dc13k6pz3igph2pd10bx0nayd36cx3h-mate-user-share-1.28.0.drv.
-
file-share-properties.c:106:19: warning: unused variable 'accept_setting' [-Wunused-variable] 106 | AcceptSetting accept_setting; | ^~~~~~~~~~~~~~ -
file-share-properties.c:645:32: warning: 'G_APPLICATION_FLAGS_NONE' is deprecated: Use 'G_APPLICATION_DEFAULT_FLAGS' instead [-Wdeprecated-declarations] 645 | G_APPLICATION_FLAGS_NONE); | ^~~~~~~~~~~~~~~~~~~~~~~~ -
file-share-properties.c:49:19: warning: 'settings' defined but not used [-Wunused-variable] 49 | static GSettings* settings; | ^~~~~~~~ -
marshal.c:52:1: warning: no previous prototype for 'marshal_VOID__STRING_STRING_UINT64' [-Wmissing-prototypes] 52 | marshal_VOID__STRING_STRING_UINT64 (GClosure *closure, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~