unqualify volatile in _Generic type checking

master
Matthias Gatto 2017-07-06 13:46:28 +02:00 committed by matthias
parent 3f13e33872
commit 2020a312ca
1 changed files with 1 additions and 0 deletions

View File

@ -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(',');