qemu-trivial
[Top][All Lists]
Advanced

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

Re: [Qemu-trivial] [Qemu-devel] [PATCH v2] configure: Enable extra compi


From: Michael Tokarev
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH v2] configure: Enable extra compiler warnings
Date: Sat, 14 Sep 2013 23:43:35 +0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130827 Icedove/17.0.8

14.09.2013 19:55, Stefan Weil wrote:
Compiler option -Wextra enables an additional set of compiler warnings.

Some of these warnings were already enabled explicitly in QEMU:
-Wold-style-declaration, -Wtype-limits, -Wignored-qualifiers and
-Wempty-body are now redundant and can be removed.

Others don't work with the current code and must be disabled to
avoid warnings: -Wno-missing-field-initializers, -Wno-override-init,
-Wno-sign-compare and -Wno-unused-parameter.

Thanks, applied to the trivial-patches queue, and (minimally) verified
that the result builds on FreeBSD 9.

/mjt



reply via email to

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