From 6001d3eab9160629d14f8f538c9ae7645916f1d3 Mon Sep 17 00:00:00 2001 From: mrdudz Date: Mon, 7 Mar 2022 14:48:55 +0100 Subject: [PATCH] fix #warning directive so the test could actually compile :) --- test/misc/sitest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/misc/sitest.c b/test/misc/sitest.c index d13acf92c..2f1d7df4d 100644 --- a/test/misc/sitest.c +++ b/test/misc/sitest.c @@ -38,7 +38,7 @@ #ifdef NO_WCHAR -#warn "this test checks C99 features, but NO_WCHAR is defined so the test will most definitely fail." +#warning "this test checks C99 features, but NO_WCHAR is defined so the test will most definitely fail." #endif