octave-maintainers
[Top][All Lists]
Advanced

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

This doesn't look right


From: Rik
Subject: This doesn't look right
Date: Tue, 19 Jan 2016 16:40:19 -0800

All,

Does anyone have thoughts on this routine in xpow.cc?

static void
gripe_failed_diagonalization (void)
{
  gripe_failed_diagonalization ();
}

It seems to call itself recursively with no exit.  This is a local gripe in
xpow.cc:58 and the function does not exist anywhere else in the OCtave code
base.

The second oddity is in event-queue.h

class
event_queue_safe : public event_queue
{
private:

  static void gripe_exception (void);

This private function has a prototype, but no implementation anywhere.  If
this is really meant to be a do-nothing function then it should at least
have a comment to that effect.  Anyone know why this is the way it is?

--Rik 






reply via email to

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