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: Thu, 25 Feb 2016 10:15:21 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.5.0

On 02/24/2016 11:19 PM, John W. Eaton wrote:
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

Also, I had both clang 3.6 and 3.7 installed, but though I installed 3.7 after 3.6, it was not set up as the default version of clang. Then I removed 3.6 and there was no default version of clang (I still had to use clang-3.7 and clang++-3.7 to invoke them). Is there a proper way to set up 3.7 as the default version on Debian?

jwe




reply via email to

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