]> code.ossystems Code Review - openembedded-core.git/commit
rxvt-unicode: Do not use throw specifications
authorKhem Raj <raj.khem@gmail.com>
Sat, 27 Feb 2021 07:41:29 +0000 (23:41 -0800)
committerSteve Sakoman <steve@sakoman.com>
Thu, 11 Mar 2021 15:00:02 +0000 (05:00 -1000)
commit5cdb675b4219e33eb9f8a5b3be1a6c9efe2099fc
tree168ac6803e926c891c204ef54530de68677d788d
parentab87c49321a5511060fea6ebff2ffee847f014c0
rxvt-unicode: Do not use throw specifications

Fixes build with -std=c++17

| ../../rxvt-unicode-9.22/src/../libev/ev++.h:379:46: error: ISO C++17 does not allow dynamic exception specifications
|   379 |     default_loop (unsigned int flags = AUTO) throw (bad_loop)
|       |                                              ^~~~~

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit f437b226aac498240bc1e3a02eb0257a7deeedea)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-sato/rxvt-unicode/rxvt-unicode/0001-libev-remove-deprecated-throw-specification.patch [new file with mode: 0644]
meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.22.bb