From c500c0dce37ad461c138e40cf8cffa2c8f37a847 Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Mon, 16 Mar 2026 20:41:45 -0700 Subject: Fix warning --- cstring/include/cstring.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cstring/include/cstring.h') diff --git a/cstring/include/cstring.h b/cstring/include/cstring.h index c24cd35..d2ea88e 100644 --- a/cstring/include/cstring.h +++ b/cstring/include/cstring.h @@ -53,7 +53,7 @@ static inline void cstring_copy(char* dst, const char* src, size_t count) { } \ } \ \ - static inline STRING STRING##_make_empty() { return (STRING){0}; } \ + static inline STRING STRING##_make_empty(void) { return (STRING){0}; } \ \ static inline STRING STRING##_dirname(const STRING path) { \ STRING str = path; \ -- cgit v1.2.3