[gtk/wip/otte/macos-werror: 5/8] gtk-launch: Remove compile-time warning
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/otte/macos-werror: 5/8] gtk-launch: Remove compile-time warning
- Date: Thu, 4 Nov 2021 00:42:15 +0000 (UTC)
commit e927f12e5d7cdcffbbb810a78feedac96b3d58f0
Author: Benjamin Otte <otte redhat com>
Date: Wed Nov 3 23:39:38 2021 +0100
gtk-launch: Remove compile-time warning
This warning causes a -Werror build to fail.
tools/gtk-launch.c | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/tools/gtk-launch.c b/tools/gtk-launch.c
index 787cbcbce6..260a001d1a 100644
--- a/tools/gtk-launch.c
+++ b/tools/gtk-launch.c
@@ -136,7 +136,6 @@ main (int argc, char *argv[])
info = G_APP_INFO (g_desktop_app_info_new (desktop_file_name));
g_free (desktop_file_name);
#else
-#warning Please add support for creating AppInfo from id for your OS
g_printerr (_("Creating AppInfo from id not supported on non unix operating systems"));
#endif
args++;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]