summaryrefslogtreecommitdiffstats
path: root/contrib/libarchive/libarchive/test/test_write_format_iso9660.c
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2016-10-31 18:37:44 +0000
committerdim <dim@FreeBSD.org>2016-10-31 18:37:44 +0000
commitdc8c996eda80430f00b4d7ceb51805712c6993a6 (patch)
tree929076f5529761047b23394e0a1503eb054b04ae /contrib/libarchive/libarchive/test/test_write_format_iso9660.c
parent511b1e518de4b412859ed697223b0680087f65b1 (diff)
downloadFreeBSD-src-dc8c996eda80430f00b4d7ceb51805712c6993a6.zip
FreeBSD-src-dc8c996eda80430f00b4d7ceb51805712c6993a6.tar.gz
Pull in r228705 from upstream libc++ trunk (by Eric Fiselier):
[libcxx] Fix PR 22468 - std::function<void()> does not accept non-void-returning functions Summary: The bug can be found here: https://llvm.org/bugs/show_bug.cgi?id=22468 `__invoke_void_return_wrapper` is needed to properly handle calling a function that returns a value but where the std::function return type is void. Without this '-Wsystem-headers' will cause `function::operator()(...)` to not compile. Reviewers: eugenis, K-ballo, mclow.lists Reviewed By: mclow.lists Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D7444 This should allow newer versions of the graphics/aseprite port to compile without modification. Direct commit to stable/10, since stable/11 and head already have this change. Reported by: yuri@rawbw.com PR: 213773
Diffstat (limited to 'contrib/libarchive/libarchive/test/test_write_format_iso9660.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud