From 3ca9f389084a2defe1fff2046dd3450e0b242e58 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Tue, 21 Dec 2021 15:36:48 +0100 Subject: Added comparison tests with boost::locale::conv and std::wstring_convert --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 346f8a0..6ed0e68 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ LIBS+=-fuse-ld=lld endif endif -CXXFLAGS+=-Wall -Iinclude -std=$(STANDARD) +CXXFLAGS+=-Wall -Wno-deprecated-declarations -Iinclude -std=$(STANDARD) LDLIBS+=\ -lboost_context \ -- cgit v1.2.3