octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #48139] New warnings about deprecated function


From: Rik
Subject: [Octave-bug-tracker] [bug #48139] New warnings about deprecated functions when building liboctave
Date: Mon, 6 Jun 2016 01:00:40 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

URL:
  <http://savannah.gnu.org/bugs/?48139>

                 Summary: New warnings about deprecated functions when
building liboctave
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Sun 05 Jun 2016 06:00:38 PM PDT
                Category: Configuration and Build System
                Severity: 2 - Minor
                Priority: 5 - Normal
              Item Group: Other
                  Status: None
             Assigned to: jwe
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

A new bunch of warnings have popped up about deprecated functions when
building liboctave.  They are all associated with the change to a new octave
namespace and it looks like it will be easy to fix by replacing the old name
with the new fully qualified name of the function in the new namespace.

The warnings are:


liboctave/array/MArray.cc:114:3: warning: 'Complex xmin(const Complex&, const
Complex&)' is deprecated: use 'octave::math::min' instead
[-Wdeprecated-declarations]
liboctave/array/MArray.cc:133:3: warning: 'Complex xmax(const Complex&, const
Complex&)' is deprecated: use 'octave::math::max' instead
[-Wdeprecated-declarations]
liboctave/array/MArray.cc:114:3: warning: 'double xmin(double, double)' is
deprecated: use 'octave::math::min' instead [-Wdeprecated-declarations]
liboctave/array/MArray.cc:133:3: warning: 'double xmax(double, double)' is
deprecated: use 'octave::math::max' instead [-Wdeprecated-declarations]
liboctave/array/MArray.cc:114:3: warning: 'T xmin(T, T) [with T = int]' is
deprecated: use 'octave::math::min' instead [-Wdeprecated-declarations]
liboctave/array/MArray.cc:133:3: warning: 'T xmax(T, T) [with T = int]' is
deprecated: use 'octave::math::max' instead [-Wdeprecated-declarations]
liboctave/array/MArray.cc:114:3: warning: 'float xmin(float, float)' is
deprecated: use 'octave::math::min' instead [-Wdeprecated-declarations]
liboctave/array/MArray.cc:133:3: warning: 'float xmax(float, float)' is
deprecated: use 'octave::math::max' instead [-Wdeprecated-declarations]
liboctave/array/MArray.cc:114:3: warning: 'FloatComplex xmin(const
FloatComplex&, const FloatComplex&)' is deprecated: use 'octave::math::min'
instead [-Wdeprecated-declarations]
liboctave/array/MArray.cc:133:3: warning: 'FloatComplex xmax(const
FloatComplex&, const FloatComplex&)' is deprecated: use 'octave::math::max'
instead [-Wdeprecated-declarations]
liboctave/array/MArray.cc:114:3: warning: 'T xmin(T, T) [with T = short int]'
is deprecated: use 'octave::math::min' instead [-Wdeprecated-declarations]
liboctave/array/MArray.cc:133:3: warning: 'T xmax(T, T) [with T = short int]'
is deprecated: use 'octave::math::max' instead [-Wdeprecated-declarations]







    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?48139>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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