From 8ec19030f2d6d60876bebe78bcb397f33a55009f Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 17 May 2018 18:51:25 +0200 Subject: compat: fix more gcc pedantic warnings --- compat/enum-operators.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compat/enum-operators.hpp b/compat/enum-operators.hpp index fc1130da..dc39f2f1 100644 --- a/compat/enum-operators.hpp +++ b/compat/enum-operators.hpp @@ -10,7 +10,7 @@ } // end #define OTR_FLAGS_SHIFT(type, op) \ - type operator op (type, unsigned) = delete; + type operator op (type, unsigned) = delete #define OTR_FLAGS_OP1(type, op) \ inline type operator op (type x) \ -- cgit v1.2.3