bricks: please pedantic option for gcc
* bricks/brick-bitlevel: here.
This commit is contained in:
parent
606e4fc88c
commit
8ced74f8e6
1 changed files with 7 additions and 7 deletions
|
|
@ -366,13 +366,13 @@ struct BitField
|
|||
return *this; \
|
||||
}
|
||||
|
||||
OP(+=);
|
||||
OP(-=);
|
||||
OP(*=);
|
||||
OP(/=);
|
||||
OP(%=);
|
||||
OP(|=);
|
||||
OP(&=);
|
||||
OP(+=)
|
||||
OP(-=)
|
||||
OP(*=)
|
||||
OP(/=)
|
||||
OP(%=)
|
||||
OP(|=)
|
||||
OP(&=)
|
||||
#undef OP
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue