Skip to content

fix line truncation error

Hi, this MR fixes the truncation error when using GCC compiler on Levante:

externals/mtime/src/mtime_t_juliandelta.inc:18:

          call handle_errno(1 * 100 + 1, __FILE__, __LINE__)

                                                               1
Error: Line truncated at (1) [-Werror=line-truncation

Merge request reports