diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-05-17 18:46:13 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-05-17 18:46:13 +0200 |
commit | 344bcd290ce6bac136634bb54d8983f3b59a60be (patch) | |
tree | bc797ab6949f5019478769af6185c03c9995b68c /compat/enum-operators.hpp | |
parent | 6e1464ff852cbb1ad855c3e9cbe5fefe6689ec28 (diff) |
compat: fix warning
Diffstat (limited to 'compat/enum-operators.hpp')
-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 e956c461..fc1130da 100644 --- a/compat/enum-operators.hpp +++ b/compat/enum-operators.hpp @@ -25,4 +25,4 @@ OTR_FLAGS_OP2(type, ^) \ OTR_FLAGS_OP1(type, ~) \ OTR_FLAGS_SHIFT(type, <<); \ - OTR_FLAGS_SHIFT(type, >>); // end + OTR_FLAGS_SHIFT(type, >>) // end |