summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2021-12-21 15:36:48 +0100
committerRoland Reichwein <mail@reichwein.it>2021-12-21 15:36:48 +0100
commit3ca9f389084a2defe1fff2046dd3450e0b242e58 (patch)
treec6e8ad716db3d1cbadf33c421425803a2e89cd1b /Makefile
parentf3025691d12727bbab138c13680cc21a451626b6 (diff)
Added comparison tests with boost::locale::conv and std::wstring_convert
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 \