]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 1 Mar 2021 11:12:12 +0000 (11:12 +0000)
commitf437b226aac498240bc1e3a02eb0257a7deeedea
tree0faac453735df96ea35426d862b7ce94b8b13f82
parenta3ce10f29c5c76da82d09e7bfe3d1a25d5230adf
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>
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