Make VT_STRUCT_MASK unsigned
commit7894f39e6577530c3b3b1d043d816666b20e67b0
authorMichael Matz <matz@suse.de>
Fri, 21 Jun 2019 22:42:24 +0000 (22 00:42 +0200)
committerMichael Matz <matz@suse.de>
Fri, 21 Jun 2019 22:42:24 +0000 (22 00:42 +0200)
treed67ea6aacd4deec46356ea4fafb573a172181473
parente6d8f9a8bbf445cf4968fb89b357530702e1ff84
Make VT_STRUCT_MASK unsigned

avoids a (overly anal, but correct) undefined behaviour warning
about shifting 4095 as int by 20.
tcc.h