[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] Mini-os fbfront.c unused variable complaint
On Thu, 2012-02-09 at 15:28 +0000, John McDermott CIV wrote: > mini-os: stop compiler complaint about unused variables > > gcc (GCC) 4.6.2 20111027 (Red Hat 4.6.2-1) complains about unused > variables > in mini-os drivers > > Signed-off-by: John McDermott <john.mcdermott@xxxxxxxxxxxx> Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Although perhaps "$FOO abort transaction", for $FOO in blkfront,netfront etc might be more helpful if the message actually happens? > > diff -r 3faf3f1c25fc extras/mini-os/blkfront.c > --- a/extras/mini-os/blkfront.c Mon Jan 09 08:56:52 2012 -0500 > +++ b/extras/mini-os/blkfront.c Thu Feb 09 09:47:34 2012 -0500 > @@ -171,6 +171,7 @@ again: > abort_transaction: > free(err); > err = xenbus_transaction_end(xbt, 1, &retry); > + printk("Abort transaction %s\n", message); > goto error; > > done: > diff -r 3faf3f1c25fc extras/mini-os/console/xencons_ring.c > --- a/extras/mini-os/console/xencons_ring.c Mon Jan 09 08:56:52 > 2012 -0500 > +++ b/extras/mini-os/console/xencons_ring.c Thu Feb 09 09:47:34 > 2012 -0500 > @@ -317,6 +317,7 @@ again: > abort_transaction: > free(err); > err = xenbus_transaction_end(xbt, 1, &retry); > + printk("Abort transaction %s\n", message); > goto error; > > done: > diff -r 3faf3f1c25fc extras/mini-os/fbfront.c > --- a/extras/mini-os/fbfront.c Mon Jan 09 08:56:52 2012 -0500 > +++ b/extras/mini-os/fbfront.c Thu Feb 09 09:47:34 2012 -0500 > @@ -142,6 +142,7 @@ again: > abort_transaction: > free(err); > err = xenbus_transaction_end(xbt, 1, &retry); > + printk("Abort transaction %s\n", message); > goto error; > > done: > @@ -503,6 +504,7 @@ again: > abort_transaction: > free(err); > err = xenbus_transaction_end(xbt, 1, &retry); > + printk("Abort transaction %s\n", message); > goto error; > > done: > diff -r 3faf3f1c25fc extras/mini-os/netfront.c > --- a/extras/mini-os/netfront.c Mon Jan 09 08:56:52 2012 -0500 > +++ b/extras/mini-os/netfront.c Thu Feb 09 09:47:34 2012 -0500 > @@ -421,6 +421,7 @@ again: > abort_transaction: > free(err); > err = xenbus_transaction_end(xbt, 1, &retry); > + printk("Abort transaction %s\n", message); > goto error; > > done: > diff -r 3faf3f1c25fc extras/mini-os/pcifront.c > --- a/extras/mini-os/pcifront.c Mon Jan 09 08:56:52 2012 -0500 > +++ b/extras/mini-os/pcifront.c Thu Feb 09 09:47:34 2012 -0500 > @@ -222,6 +222,7 @@ again: > abort_transaction: > free(err); > err = xenbus_transaction_end(xbt, 1, &retry); > + printk("Abort transaction %s\n", message); > goto error; > > done: > > _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |