From c0b0275c80752c812df7c52a98a72170d5fc3bcb Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Wed, 29 Dec 2021 23:33:38 +0100 Subject: Removed warnings for MS cl -W2 and clang -pedantic -std=c99. No functional changes. --- include/stc/alt/cstr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/stc/alt') diff --git a/include/stc/alt/cstr.h b/include/stc/alt/cstr.h index 1a9280e8..b9a4ceee 100644 --- a/include/stc/alt/cstr.h +++ b/include/stc/alt/cstr.h @@ -399,4 +399,4 @@ STC_DEF void cstr_erase_n(cstr* self, size_t pos, size_t n) { } #endif -#endif \ No newline at end of file +#endif -- cgit v1.2.3