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

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

[Octave-bug-tracker] [bug #64787] The argument validation warning does n


From: anonymous
Subject: [Octave-bug-tracker] [bug #64787] The argument validation warning does not have an associated ID
Date: Wed, 18 Oct 2023 05:26:35 -0400 (EDT)

URL:
  <https://savannah.gnu.org/bugs/?64787>

                 Summary: The argument validation warning does not have an
associated ID
                   Group: GNU Octave
               Submitter: None
               Submitted: Wed 18 Oct 2023 09:26:32 AM UTC
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Missed Error or Warning
                  Status: None
             Assigned to: None
         Originator Name: Jeppe Klitgaard
        Originator Email: jkl@nanonord.dk
             Open/Closed: Open
                 Release: 8.3.0
         Discussion Lock: Any
        Operating System: GNU/Linux
           Fixed Release: None
         Planned Release: None


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Wed 18 Oct 2023 09:26:32 AM UTC By: Anonymous
I want to be able to suppress the warnings of with template "function
arguments validation blocks are not supported; INCORRECT RESULTS ARE POSSIBLE"
that arise when the interpreter reaches MATLAB argument validation blocks.

Unfortunately, this warning is issued without an ID and can therefore not be
disabled.

The relevant code seems to be
```
  tree_evaluator::visit_arguments_block (tree_arguments_block&)
  {
    warning ("function arguments validation blocks are not supported;
INCORRECT RESULTS ARE POSSIBLE");
  }
```
in pt-eval.cc







    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?64787>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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