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

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

[Octave-bug-tracker] [bug #50265] warnings for use of clean_up_and_exit


From: Rik
Subject: [Octave-bug-tracker] [bug #50265] warnings for use of clean_up_and_exit function
Date: Thu, 9 Feb 2017 12:26:57 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

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

                 Summary: warnings for use of clean_up_and_exit function
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Thu 09 Feb 2017 09:26:56 AM PST
                Category: Configuration and Build System
                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: dev
        Operating System: Any

    _______________________________________________________

Details:

When building recent development versions of Octave I see the following
warnings
:


liboctave/cruft/misc/quit.cc:108:11: warning: 'void clean_up_and_exit(int,
bool)' is deprecated: see the Octave documentation for other options
[-Wdeprecated-declarations]
liboctave/cruft/misc/quit.cc:108:11: warning: 'void clean_up_and_exit(int,
bool)' is deprecated: see the Octave documentation for other options
[-Wdeprecated-declarations]
liboctave/cruft/misc/quit.cc:109:66: warning: 'void clean_up_and_exit(int,
bool)' is deprecated: see the Octave documentation for other options
[-Wdeprecated-declarations]


The are all associated with a single instance of clean_up_and_exit in
liboctave.


        case octave_quit_exception:
          clean_up_and_exit (octave_exit_exception_status,
                             octave_exit_exception_safe_to_return);
          break;


Seems pretty easy to fix, but I don't know what function now replaces
clean_up_and_exit().





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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