Re: [Numpy-discussion] Getting rid of annoying weave nag

2006-06-09 Thread Fernando Perez
On 6/9/06, David M. Cooke <[EMAIL PROTECTED]> wrote: > > This difference is so dramatic that I think a message is justified > > (absent a proper logging framework). It's helpful to know that the > > time is going into c++ compilation, and not your code hanging for 30 > > seconds. > > Ok, I'll giv

Re: [Numpy-discussion] Getting rid of annoying weave nag

2006-06-09 Thread Tim Hochberg
David M. Cooke wrote: >On Fri, 9 Jun 2006 15:19:14 -0600 >"Fernando Perez" <[EMAIL PROTECTED]> wrote: > > > >>On 6/9/06, David M. Cooke <[EMAIL PROTECTED]> wrote: >> >> >>>On Thu, Jun 08, 2006 at 11:28:04PM -0600, Fernando Perez wrote: >>> >>> Anyone object to this patch against cu

Re: [Numpy-discussion] Getting rid of annoying weave nag

2006-06-09 Thread David M. Cooke
On Fri, 9 Jun 2006 15:19:14 -0600 "Fernando Perez" <[EMAIL PROTECTED]> wrote: > On 6/9/06, David M. Cooke <[EMAIL PROTECTED]> wrote: > > On Thu, Jun 08, 2006 at 11:28:04PM -0600, Fernando Perez wrote: > > > > Anyone object to this patch against current numpy SVN to get rid of > > > this thing? (t

Re: [Numpy-discussion] Getting rid of annoying weave nag

2006-06-09 Thread Fernando Perez
On 6/9/06, David M. Cooke <[EMAIL PROTECTED]> wrote: > On Thu, Jun 08, 2006 at 11:28:04PM -0600, Fernando Perez wrote: > > Anyone object to this patch against current numpy SVN to get rid of > > this thing? (tracking where the hell that thing was coming from was > > all kinds of fun) > > Go ahead.

Re: [Numpy-discussion] Getting rid of annoying weave nag

2006-06-09 Thread David M. Cooke
On Thu, Jun 08, 2006 at 11:28:04PM -0600, Fernando Perez wrote: > Hi all, > > the following warning about strict-prototypes in weave drives me crazy: > > longs[~]> python wbuild.py > > cc1plus: warning: command line option "-Wstrict-prototypes" is valid > for Ada/C/ObjC but not for C++ > > sinc

[Numpy-discussion] Getting rid of annoying weave nag

2006-06-09 Thread Fernando Perez
Hi all, the following warning about strict-prototypes in weave drives me crazy: longs[~]> python wbuild.py cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ since I use weave on auto-generated code, I get it lots of times and I find spurious war