Stop linking a copy of _json_c_strerror() (strerror_override.c) into the tests.

That hasn't been needed since since commit 6068d3f, which changed that code to
 check an env var instead ("_JSON_C_STRERROR_ENABLE").
Fixes issue #812, about dup symbols in static builds with clang.
This commit is contained in:
Eric Haszlakiewicz
2023-03-28 23:08:39 +00:00
parent efd536af48
commit d0f32a5a43
6 changed files with 2 additions and 21 deletions

View File

@@ -41,6 +41,8 @@ JSONC_PRIVATE {
printbuf_new;
printbuf_reset;
sprintbuf;
# Used by tests:
_json_c_strerror;
};
JSONC_0.14 {