diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2018-05-17 18:51:25 +0200 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-05-17 18:51:25 +0200 | 
| commit | 8ec19030f2d6d60876bebe78bcb397f33a55009f (patch) | |
| tree | 364e26c764b6f0be942839d802919980a0689e1d /compat | |
| parent | 09d09f5f2cb210cfc84003f03b0b4aaf88870bf9 (diff) | |
compat: fix more gcc pedantic warnings
Diffstat (limited to 'compat')
| -rw-r--r-- | compat/enum-operators.hpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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)                                    \ | 
