Skip to content

Commit

Permalink
unqualifie volatile in _Generic type checking
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmo-ray committed Jul 6, 2017
1 parent 16d3dbf commit e87939b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tccgen.c
Expand Up @@ -4707,6 +4707,7 @@ ST_FUNC void unary(void)
if (controlling_type.t & VT_ARRAY)
controlling_type.t = VT_PTR;
controlling_type.t &= ~VT_CONSTANT;
controlling_type.t &= ~VT_VOLATILE;
for (;;) {
learn = 0;
skip(',');
Expand Down

0 comments on commit e87939b

Please sign in to comment.