From 6aa03e9c1769c8d925f4d23d72af93483bfd31f3 Mon Sep 17 00:00:00 2001 From: "Jose E. Marchesi" Date: Tue, 15 Mar 2022 21:04:57 +0100 Subject: gprofng: avoid using `fallthrough' attributes gprofng didn't build with gcc 6.3 due to the usage of __attribute__ ((fallthrough)). This patch uses /* FALLTHROUGH */ instead. 2022-03-15 Jose E. Marchesi * gprofng/src/gp-collect-app.cc (collect::check_args): Use fallthrough comment instead of attribute. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 73b6085..dfe468c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2022-03-15 Jose E. Marchesi + + * gprofng/src/gp-collect-app.cc (collect::check_args): Use + fallthrough comment instead of attribute. + 2022-03-11 Vladimir Mezentsev * Makefile.def: Add gprofng module. -- cgit v1.1