projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96add33
)
gtk-launch: Remove compile-time warning
author
Benjamin Otte
<otte@redhat.com>
Wed, 3 Nov 2021 22:39:38 +0000
(23:39 +0100)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 7 Jan 2023 00:46:58 +0000
(19:46 -0500)
This warning causes a -Werror build to fail.
tools/gtk-launch.c
patch
|
blob
|
history
diff --git
a/tools/gtk-launch.c
b/tools/gtk-launch.c
index 3ed73dde0f2b1bb7e2f2f66b99f8d0f1089dba39..dc7ba81852385e4f0e2f8ca0cfa31f1b5d039530 100644
(file)
--- 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++;