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

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

[Octave-bug-tracker] [bug #52753] Minor typo "isdeprecated" instead of "


From: anonymous
Subject: [Octave-bug-tracker] [bug #52753] Minor typo "isdeprecated" instead of "is deprecated"
Date: Thu, 28 Dec 2017 10:59:50 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0

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

                 Summary: Minor typo "isdeprecated" instead of "is deprecated"
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Thu 28 Dec 2017 03:59:49 PM UTC
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.1
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Hello

While working on:
https://savannah.gnu.org/bugs/?func=detailitem&item_id=52744

I started cleaning the deprecated functions and noticed this:

genqamdemod.cc:39:23: warning: ‘int empty_arg(const char*, octave_idx_type,
octave_idx_type)’ isdeprecated (declared at
/usr/include/octave-4.2.1/octave/../octave/utils.h:58): use
'octave_value::is_empty' instead [-Wdeprecated-declarations]
   int arg_is_empty1 = empty_arg ("genqamdemod", nr1, nc1);

For the same call later down the message is:

gf.cc:1215:22: warning: ‘int empty_arg(const char*, octave_idx_type,
octave_idx_type)’  is deprecated  (declared at
/usr/include/octave-4.2.1/octave/../octave/utils.h:58): use
'octave_value::is_empty' instead [-Wdeprecated-declarations]
   int arg_is_empty = empty_arg ("grank", nr, nc);






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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