Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
24841303
Commit
24841303
authored
Mar 03, 2017
by
Etienne Renault
Browse files
bricks: please pedantic option for gcc
* bricks/brick-bitlevel: here.
parent
d60a29fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
bricks/brick-bitlevel
View file @
24841303
...
...
@@ -366,13 +366,13 @@ struct BitField
return *this; \
}
OP
(
+=
)
;
OP
(
-=
)
;
OP
(
*=
)
;
OP
(
/=
)
;
OP
(
%=
)
;
OP
(
|=
)
;
OP
(
&=
)
;
OP
(
+=
)
OP
(
-=
)
OP
(
*=
)
OP
(
/=
)
OP
(
%=
)
OP
(
|=
)
OP
(
&=
)
#undef OP
};
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment