On 6/10/07, Stefan Weil <[EMAIL PROTECTED]> wrote:
Maybe it would be a good idea to add more warnings to the
QEMU compiler options. The current option -Wall (in files
Makefile.target, configure) does not activate all warnings.
I think that especially -Wshadow should be added because code
with sh
Maybe it would be a good idea to add more warnings to the
QEMU compiler options. The current option -Wall (in files
Makefile.target, configure) does not activate all warnings.
I think that especially -Wshadow should be added because code
with shadowed variables is more difficult to read and mainta