From 7b6ba63819ab5aa39b4c79e6c2bacefec7228027 Mon Sep 17 00:00:00 2001 From: anon Date: Thu, 21 Sep 2023 09:15:16 +0200 Subject: [PATCH] preprocessor bug noticed by Emil --- source/jeger.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/jeger.c b/source/jeger.c index c244fe2..5074182 100644 --- a/source/jeger.c +++ b/source/jeger.c @@ -1,4 +1,4 @@ -#if __cplusplus +#ifdef __cplusplus # pragma GCC diagnostic ignored "-Wc++20-extensions" #endif