qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [patch] Shut up compiler warning.


From: Paul Brook
Subject: [Qemu-devel] [patch] Shut up compiler warning.
Date: Tue, 3 Aug 2004 23:48:02 +0100
User-agent: KMail/1.6.2

The new bdrv_close callbacks are declared to return "int". However their 
return value is never set, and always ignored. GCC rightly warns about this.

Attached patch changes them to have a void return type.

Is mailing patches to this list the preferred way of submitting changes? If 
not what should I do with them?

Paul

Attachment: patch.qemu_block_close
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]