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/mapmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/mapmap.c') diff --git a/examples/mapmap.c b/examples/mapmap.c index 61b55493..f0bf31a8 100644 --- a/examples/mapmap.c +++ b/examples/mapmap.c @@ -64,4 +64,4 @@ int main(void) c_auto (Stack, s) printf("found: %zu\n", Stack_size(s = contains(&map, "Serena Bath"))); puts("Done"); } -} \ No newline at end of file +} -- cgit v1.2.3