Skip to content

Commit b758282

Browse files
committed
Delinit.
1 parent 3c535d1 commit b758282

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/rest/rest.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ using namespace system;
3030
using namespace network::rpc;
3131

3232
BC_PUSH_WARNING(NO_ARRAY_INDEXING)
33+
BC_PUSH_WARNING(NO_THROW_IN_NOEXCEPT)
3334

3435
template <typename Number>
3536
static bool to_number(Number& out, const std::string_view& token) NOEXCEPT
@@ -283,6 +284,7 @@ code path_to_request(request_t& out, const std::string& path) NOEXCEPT
283284
return segment == segments.size() ? error::success : error::extra_segment;
284285
}
285286

287+
BC_POP_WARNING()
286288
BC_POP_WARNING()
287289

288290
} // namespace node

0 commit comments

Comments
 (0)