search for: 32c56dda7

Displaying 4 results from an estimated 4 matches for "32c56dda7".

2019 Aug 29
0
[PATCH] p2v: Ignore gtk2 deprecated declarations.
...gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from gui.c:82: /usr/include/glib-2.0/gobject/gtype.h:677:1: note: declared here 677 | { | ^ --- p2v/gui.c | 1 + p2v/main.c | 1 + 2 files changed, 2 insertions(+) diff --git a/p2v/gui.c b/p2v/gui.c index 32c56dda7..a15ea053e 100644 --- a/p2v/gui.c +++ b/p2v/gui.c @@ -76,6 +76,7 @@ /* errors in <gtk.h> */ #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wstrict-prototypes" +#pragma GCC diagnostic ignored "-Wdeprecated-declarations" #if defined(__GNUC__) && __G...
2019 Aug 29
2
[PATCH] p2v: Ignore gtk2 deprecated declarations.
This patch is against libguestfs's old copy of p2v, but the same patch ought to also apply against virt-p2v. Rich.
2019 Jul 03
7
[PATCH 0/6] p2v: make it more independent (part #2)
As preliminary steps in splitting virt-p2v to an own repository, continue making p2v more independent within libguestfs. This is accomplished by the following changes: - have only the authors in the about dialog, and read them from a local AUTHORS file - few more cleanups This is still not complete, although I believe most of the work needed is done, and it still makes p2v usable within
2019 Sep 10
3
[PATCH 0/2] Remove virt-p2v from libguestfs
Now that virt-p2v has its own repository [1] and releases [2], it is time to remove it from libguestfs. [1] https://github.com/libguestfs/virt-p2v [2] http://download.libguestfs.org/virt-p2v/ Pino Toscano (2): Remove virt-p2v Remove remaining virt-p2v bits .gitignore | 4 - Makefile.am | 7 +- bash/Makefile.am