From bdd5f0bad19eb9544511a9c40241901d34f16781 Mon Sep 17 00:00:00 2001 From: Paul Floyd Date: Tue, 22 Aug 2023 21:35:00 +0200 Subject: [PATCH] Bug 473604 - Fix bug472219.c compile failure with Clang 16 --- NEWS | 1 + memcheck/tests/bug472219.c | 1 + 2 files changed, 2 insertions(+) diff --git a/NEWS b/NEWS index e3e3b21d5e..2ce35472dd 100644 --- a/NEWS +++ b/NEWS @@ -50,6 +50,7 @@ are not entered into bugzilla tend to get forgotten about or ignored. 471807 Add support for lazy reading and downloading of DWARF debuginfo 472219 Syscall param ppoll(ufds.events) points to uninitialised byte(s) 472963 Broken regular expression in configure.ac +473604 Fix bug472219.c compile failure with Clang 16 To see details of a given bug, visit https://bugs.kde.org/show_bug.cgi?id=XXXXXX diff --git a/memcheck/tests/bug472219.c b/memcheck/tests/bug472219.c index 88567caa2c..cb9fefe4cb 100644 --- a/memcheck/tests/bug472219.c +++ b/memcheck/tests/bug472219.c @@ -1,3 +1,4 @@ +#define _GNU_SOURCE /* for ppoll */ #include #include #include "../../config.h" -- 2.47.2