unqualify volatile in _Generic type checking
This commit is contained in:
parent
3f13e33872
commit
2020a312ca
1 changed files with 1 additions and 0 deletions
1
tccgen.c
1
tccgen.c
|
@ -4908,6 +4908,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(',');
|
||||
|
|
Loading…
Reference in a new issue