[shotwell/wip/phako/enhanced-faces: 10/17] facedetect: Silence warning about unused value
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [shotwell/wip/phako/enhanced-faces: 10/17] facedetect: Silence warning about unused value
- Date: Tue, 16 Oct 2018 09:22:56 +0000 (UTC)
commit 4154d173c482636e96b267ba75f5e861dfce75a4
Author: Jens Georg <mail jensge org>
Date: Thu Oct 11 09:33:08 2018 +0200
facedetect: Silence warning about unused value
facedetect/shotwell-facedetect.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/facedetect/shotwell-facedetect.cpp b/facedetect/shotwell-facedetect.cpp
index 1a43d775..6a3dd077 100644
--- a/facedetect/shotwell-facedetect.cpp
+++ b/facedetect/shotwell-facedetect.cpp
@@ -90,7 +90,7 @@ static void on_name_acquired(GDBusConnection *connection,
g_signal_connect(interface, "handle-load-net", G_CALLBACK (on_handle_load_net), NULL);
g_signal_connect(interface, "handle-face-to-vec", G_CALLBACK (on_handle_face_to_vec), NULL);
error = NULL;
- !g_dbus_interface_skeleton_export(G_DBUS_INTERFACE_SKELETON(interface), connection,
"/org/gnome/shotwell/faces", &error);
+ g_dbus_interface_skeleton_export(G_DBUS_INTERFACE_SKELETON(interface), connection,
"/org/gnome/shotwell/faces", &error);
}
static void on_name_lost(GDBusConnection *connection,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]