DescriptionWork around a parameter-unused-but-set warning in gin/
GCC thinks that the create_flags parameter in the templated class
gin::Invoker constructor is going unused, even though it is definitely
being used as a part of a variadic template expansion. Convince GCC
that it is in fact being used by casting it to a void.
BUG=424334
TEST=Linux GN build of gin with is_clang=false
R=aa
Committed: https://crrev.com/a34136a3c2eeefab5e700633e317ecb1428602de
Cr-Commit-Position: refs/heads/master@{#302361}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|