octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: C++11 now default?


From: John W. Eaton
Subject: Re: C++11 now default?
Date: Wed, 24 Feb 2016 23:19:39 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.5.0

On 02/24/2016 01:46 PM, Mike Miller wrote:
On Wed, Feb 24, 2016 at 13:12:57 -0500, John W. Eaton wrote:
I checked in a series of changes.  Now the only warnings I see from Clang
are about unused functions.  Those seem pretty harmless, but I may look at
eliminating them as well.

Do you not see the following with your version of clang?

../liboctave/util/sparse-util.cc:38:1: warning: all paths through this function 
will call itself [-Winfinite-recursion]
{
^
1 warning generated.

Code is marked with a FIXME.

Yeah, I meant to look at this. Thanks for the reminder. I checked in the following changeset:

  http://hg.savannah.gnu.org/hgweb/octave/rev/798273bbe551

jwe





reply via email to

[Prev in Thread] Current Thread [Next in Thread]