Mercurial > hgweb > octave
changeset 32275:66d977e17588
Use consistent warning id for files with future time stamp (bug #64599).
* liboctave/util/oct-shlib.cc (dynamic_library::dynlib_rep::dynlib_rep):
Update warning ID to Octave:future-time-stamp for consistency.
| author | Linton Miller <linton.miller@gmail.com> |
|---|---|
| date | Sat, 26 Aug 2023 10:15:16 +1200 |
| parents | a32650514d38 |
| children | 036fdcd3e7c1 |
| files | liboctave/util/oct-shlib.cc |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/liboctave/util/oct-shlib.cc +++ b/liboctave/util/oct-shlib.cc @@ -82,8 +82,8 @@ if (is_out_of_date ()) (*current_liboctave_warning_with_id_handler) - ("Octave:warn-future-time-stamp", - "timestamp on file %s is in the future", m_file.c_str ()); + ("Octave:future-time-stamp", + "time stamp for file '%s' is in the future", m_file.c_str ()); } bool
