Re: [PATCH] vhost: Storage class should be before const qualifier
From: Tobias Klauser <tklauser@distanz.ch>
Date: 2010-05-17 13:34:45
Also in:
kvm, netdev
From: Tobias Klauser <tklauser@distanz.ch>
Date: 2010-05-17 13:34:45
Also in:
kvm, netdev
On 2010-05-17 at 15:13:35 +0200, Michael S. Tsirkin [off-list ref] wrote:
On Mon, May 17, 2010 at 03:12:49PM +0200, Tobias Klauser wrote:quoted
The C99 specification states in section 6.11.5: The placement of a storage-class specifier other than at the beginning of the declaration specifiers in a declaration is an obsolescent feature. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>Will apply, thanks! Just to clarify: does some compiler/checker actually barf on this?
GCC does emit a warning if the options '-std=c99 -W -Wall' are present. ICC also does warn about this, though I don't know whether this depends on any commandline options. Cheers Tobias