From c8e351542405558d06af899761b30c3db6409486 Mon Sep 17 00:00:00 2001 From: Collin Funk Date: Sat, 17 Feb 2024 11:47:36 +0100 Subject: [PATCH] math: More clang -Winclude-next-absolute-path silencing. * lib/math.c: Write #include instead of #include "math.h". Copyright-paperwork-exempt: Yes --- ChangeLog | 5 +++++ lib/math.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b52b149cd0..6c50c3574d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2024-02-17 Collin Funk + + math: More clang -Winclude-next-absolute-path silencing. + * lib/math.c: Write #include instead of #include "math.h". + 2024-02-17 Bruno Haible error: More clang -Winclude-next-absolute-path silencing. diff --git a/lib/math.c b/lib/math.c index 08f4103c3d..78da4d4aca 100644 --- a/lib/math.c +++ b/lib/math.c @@ -18,5 +18,5 @@ #include #define _GL_MATH_INLINE _GL_EXTERN_INLINE -#include "math.h" +#include typedef int dummy; -- 2.39.5