help-octave
[Top][All Lists]
Advanced

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

warnings


From: John W. Eaton
Subject: warnings
Date: Wed, 15 Aug 2007 01:13:42 -0400

On 14-Aug-2007, Bertrand Roessli wrote:

| When I run my code, I get the warning, "warning: implicit conversion
| from range to real scalar"
| 
| Is it possible to know the function and line, where the warning comes
| from?

What version of Octave?  With recent 2.9.x versions, you can turn all
warnings into errors with

  warning ("error", "all");

and then you will get info about the location of the problem.

jwe


reply via email to

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