diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-12-23 14:09:47 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-12-23 14:09:47 +0000 |
commit | 1e2933784bae0ea754774cf4376f882c9c7d9943 (patch) | |
tree | 5592bc102bd3270d5b6b57b969d0a04551d7d475 /editors/vscode/files/patch-test_smoke_src_main.ts | |
parent | Update devel/rebar3 to version 3.13.0. (diff) |
devel/spdlog: fix build on GCC architectures
assert() is not declared by default:
In file included from /wrkdirs/usr/ports/devel/spdlog/work/spdlog-1.4.2/src/async.cpp:11:
/wrkdirs/usr/ports/devel/spdlog/work/spdlog-1.4.2/include/spdlog/details/thread_pool-inl.h: In member function 'bool spdlog::details::thread_pool::process_next_msg_()':
/wrkdirs/usr/ports/devel/spdlog/work/spdlog-1.4.2/include/spdlog/details/thread_pool-inl.h:119:9: error: 'assert' was not declared in this scope
119 | assert(false && "Unexpected async_msg_type");
| ^~~~~~
PR: 242825
Approved by: vanilla (maintainer)
Diffstat (limited to 'editors/vscode/files/patch-test_smoke_src_main.ts')
0 files changed, 0 insertions, 0 deletions