bricks: please pedantic option for gcc

* bricks/brick-bitlevel: here.
This commit is contained in:
Etienne Renault 2017-03-03 08:41:32 +01:00
parent 606e4fc88c
commit 8ced74f8e6

View file

@ -366,13 +366,13 @@ struct BitField
return *this; \ return *this; \
} }
OP(+=); OP(+=)
OP(-=); OP(-=)
OP(*=); OP(*=)
OP(/=); OP(/=)
OP(%=); OP(%=)
OP(|=); OP(|=)
OP(&=); OP(&=)
#undef OP #undef OP
}; };
}; };