From 72f7d49f89c14965be7d667f83a20c9d527708cb Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Mon, 28 Aug 2017 10:28:58 +0900 Subject: Use -pedantic with compilers that support it --- util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util.h') diff --git a/util.h b/util.h index c9e2d1c9..1f9e3f0b 100644 --- a/util.h +++ b/util.h @@ -232,7 +232,7 @@ namespace QMatrixClient Dispatch dispatch(ArgTs&& ... args) { return Dispatch(std::forward(args)...); - }; + } // The below enables pretty-printing of enums in logs #if (QT_VERSION >= QT_VERSION_CHECK(5, 5, 0)) -- cgit v1.2.3