[New-bugs-announce] [issue23545] Turn on extra warnings on GCC

Serhiy Storchaka report at bugs.python.org
Fri Feb 27 23:29:43 CET 2015


New submission from Serhiy Storchaka:

What if make GCC emit extra warnings? Adding following options:

-Wall -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers

will make GCC emit all warnings except few types that would produce too many warnings. With these options the compilation is almost clean on 32-bit Linux.

----------
components: Build
messages: 236851
nosy: serhiy.storchaka
priority: normal
severity: normal
status: open
title: Turn on extra warnings on GCC
type: enhancement
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23545>
_______________________________________


More information about the New-bugs-announce mailing list