Test ignored-error storage across translation units
Some checks failed
libakerror CI Build / cmake_build (push) Successful in 2m55s
libakerror CI Build / cmake_build_freestanding (push) Successful in 2m44s
libakerror CI Build / sanitizer (push) Failing after 2m55s
libakerror CI Build / coverage (push) Successful in 2m55s
libakerror CI Build / mutation_test (push) Successful in 42m38s
Some checks failed
libakerror CI Build / cmake_build (push) Successful in 2m55s
libakerror CI Build / cmake_build_freestanding (push) Successful in 2m44s
libakerror CI Build / sanitizer (push) Failing after 2m55s
libakerror CI Build / coverage (push) Successful in 2m55s
libakerror CI Build / mutation_test (push) Successful in 42m38s
This commit is contained in:
@@ -216,7 +216,7 @@ extern akerr_ErrorLogFunction akerr_log_method;
|
||||
* after the pool slot is reused. The snapshot is read-only and is replaced by
|
||||
* the next ignored error. Thread local only when AKERR_THREAD_SAFE is 1.
|
||||
*/
|
||||
static AKERR_THREAD_LOCAL akerr_ErrorContext akerr_last_ignored;
|
||||
extern AKERR_THREAD_LOCAL akerr_ErrorContext akerr_last_ignored;
|
||||
|
||||
/*
|
||||
* Drop one reference, returning NULL once the last one is gone so the caller can
|
||||
|
||||
Reference in New Issue
Block a user