mirror of
https://github.com/oven-sh/bun
synced 2026-02-15 05:12:29 +00:00
fix noexcept
This commit is contained in:
@@ -238,7 +238,7 @@ extern "C" __attribute__((used)) char __libc_single_threaded = 0;
|
||||
#include <cstdio>
|
||||
#include "headers.h"
|
||||
|
||||
void std::__libcpp_verbose_abort(char const* format, ...) noexcept
|
||||
void std::__libcpp_verbose_abort(char const* format, ...) _LIBCPP_VERBOSE_ABORT_NOEXCEPT
|
||||
{
|
||||
va_list list;
|
||||
va_start(list, format);
|
||||
|
||||
Reference in New Issue
Block a user