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

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


On Sat, 31 Jul 2021 18:07:01 +0200
Fabrice Fontaine <fontaine.fabrice at gmail.com> wrote:

> Fix the following build failure with gcc 11:
> 
> In file included from ../../ibrcommon/data/BLOB.h:25,
>                  from BLOB.cpp:22:
> ../../ibrcommon/thread/Mutex.h:43:40: error: ISO C++17 does not allow dynamic exception specifications
>    43 |                 virtual void trylock() throw (MutexException) = 0;
>       |                                        ^~~~~
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/7a9a4319916efe8cd7e04b8686a9ae0b233b017a
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
> ---
>  package/ibrcommon/ibrcommon.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

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



More information about the buildroot mailing list