[Buildroot] [PATCH 1/1] package/duma: fix build with gcc 11

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sat Jul 31 22:07:51 UTC 2021


On Sat, 31 Jul 2021 23:32:47 +0200
Fabrice Fontaine <fontaine.fabrice at gmail.com> wrote:

> Fix the following build failure with gcc 11:
> 
> In file included from dumapp.cpp:39:
> dumapp.h:88:49: error: ISO C++17 does not allow dynamic exception specifications
>    88 |     void * DUMA_CDECL operator new(DUMA_SIZE_T) throw(std::bad_alloc);
>       |                                                 ^~~~~
> 
> While at it, also drop DUMA_CPP which does not seem to be set since the
> addition of the package back in 2013 in commit
> bda69bf4e4b642ab199ffa13c7356709885f129d
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/ed838a55f09841a643b05e5a7a7ca0a9d2882acd
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
> ---
>  package/duma/duma.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


More information about the buildroot mailing list