[Python-Dev] Re: [Python-checkins] CVS: python/dist/src/Objects abstract.c,2.49,2.50 (original) (raw)
Thomas Wouters thomas@xs4all.net
Thu, 31 Aug 2000 10:06:01 +0200
- Previous message: [Python-Dev] Re: [Python-checkins] CVS: python/dist/src/Objects abstract.c,2.49,2.50
- Next message: [Python-Dev] test_gettext.py fails on 64-bit architectures
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, Aug 31, 2000 at 10:45:19AM +0300, Moshe Zadka wrote:
> Thomas Wouters writes: > > Definately ! Now if only there was a permanent way to add -Wall.... hmm... > > Hey, I got it ! What about we set it by default, if the compiler is gcc ? :)
For 2.1, I suggest going for -Werror too.
No, don't think so. -Werror is severe: it would cause compile-failures on systems not quite the same as ours. For instance, when using Linux-2.4.0-test-kernels (bleeding edge ;) I consistently get a warning about a redefine in <sys/resource.h>. That isn't Python's fault, and we can't do anything about it, but with -Werror it would cause compile-failures. The warning is annoying, but not fatal.
-- Thomas Wouters <thomas@xs4all.net>
Hi! I'm a .signature virus! copy me into your .signature file to help me spread!
- Previous message: [Python-Dev] Re: [Python-checkins] CVS: python/dist/src/Objects abstract.c,2.49,2.50
- Next message: [Python-Dev] test_gettext.py fails on 64-bit architectures
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]