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 <rep...@bugs.python.org>
<http://bugs.python.org/issue23545>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to