From: Benjamin Otte Date: Wed, 3 Nov 2021 22:39:38 +0000 (+0100) Subject: gtk-launch: Remove compile-time warning X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~8^2~88^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=63fa5b7f52231da14483d4541c477b57b948e47b;p=gtk4.git gtk-launch: Remove compile-time warning This warning causes a -Werror build to fail. --- diff --git a/tools/gtk-launch.c b/tools/gtk-launch.c index 3ed73dde0f..dc7ba81852 100644 --- a/tools/gtk-launch.c +++ b/tools/gtk-launch.c @@ -132,7 +132,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++;