package/ibrcommon: fix build with gcc 11
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sat, 31 Jul 2021 16:07:01 +0000 (18:07 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 31 Jul 2021 22:02:50 +0000 (00:02 +0200)
commit867e7a040ce1907cdc74d2040845ef155ede57d1
treefb1cf344e1be30f988c9799790da8fbe231ebef0
parent88556ef3b43b174684b45078e64b3fb15f808a59
package/ibrcommon: fix build with gcc 11

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@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/ibrcommon/ibrcommon.mk