Re: [PATCH] lib/posixtm.c: Fixe build error with clang-18

2024-01-15 Thread Bruno Haible
Khem Raj wrote: > Fixe build error with clang-18 When you report a bug, please in the first place report 1. what you did, 2. what was the outcome. In this case: 1. What command-line options did you pass to clang? 2. What were the resulting diagnostics from compiling posixtm.c? Please

[PATCH] lib/posixtm.c: Fixe build error with clang-18

2024-01-15 Thread Khem Raj
* lib/posixtm.c (posixtime): Fix operand argument to checked integer operation. Signed-off-by: Khem Raj --- ChangeLog | 5 + lib/posixtm.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e42d2c31ab..daca27a917 100644 --- a/ChangeLog +++ b