fix line truncation error
1 unresolved thread
1 unresolved thread
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
Activity
Same issue, resolved by similar tactics
call handle_errno(1 * 100 + 1, & __FILE__, __LINE__)
Edited by Pak Yuen Taimentioned in merge request !15 (merged)
If I remember correctly, this was solved with !10 (merged), which has not been merged to
master
though.
Please register or sign in to reply