From aab53ccb5a6064e2ef058c3d1596e732c971a1d4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 28 Jun 2022 19:20:44 -0400 Subject: Fix strict release builds --- include/zix/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/zix/common.h b/include/zix/common.h index 02b0f64..5919fa9 100644 --- a/include/zix/common.h +++ b/include/zix/common.h @@ -29,7 +29,7 @@ typedef enum { } ZixStatus; /// Return a string describing a status code -ZIX_API +ZIX_CONST_API const char* zix_strerror(ZixStatus status); -- cgit v1.2.1