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. --- examples/sview_split.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/sview_split.c') diff --git a/examples/sview_split.c b/examples/sview_split.c index ed0365ec..bd5c26d5 100644 --- a/examples/sview_split.c +++ b/examples/sview_split.c @@ -16,4 +16,4 @@ int main() y = cstr_from_v(year), m = cstr_from_v(month), d = cstr_from_v(day); printf("%s, %s, %s\n", y.str, m.str, d.str); } -} \ No newline at end of file +} -- cgit v1.2.3