From bdb388c79d420d2085f48a62b97fa2fed243aa2f Mon Sep 17 00:00:00 2001 From: Sergey Lyubka Date: Thu, 26 May 2022 03:08:08 +0100 Subject: [PATCH] Fix pedantic warnings --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fc2b0b7b..61c48ff7 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ mg_prefix: mongoose.c mongoose.h # C++ build test++: CC = g++ -test++: C_WARN = -std=c++20 -Wno-shadow -Wno-missing-field-initializers -Wno-deprecated +test++: C_WARN = -std=c++2a -Wno-shadow -Wno-missing-field-initializers -Wno-deprecated test++: test musl: test