octave-maintainers
[Top][All Lists]
Advanced

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

Re: New warning during build


From: John W. Eaton
Subject: Re: New warning during build
Date: Fri, 13 Dec 2019 23:02:56 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0

On 12/13/19 9:12 PM, Rik wrote:
This should be simple to fix.  I'm seeing this new warning

libinterp/corefcn/graphics.cc: In member function ‘void
gh_manager::execute_callback(const graphics_handle&, const octave_value&,
const octave_value&)’:
libinterp/corefcn/graphics.cc:12132:29: warning: unused variable ‘es’
[-Wunused-variable]
        octave::error_system& es = m_interpreter.get_error_system ();

Fixed here:

  http://hg.savannah.gnu.org/hgweb/octave/rev/67c07e264a32


Hmm, maybe I should start building with -Werror...

jwe




reply via email to

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