You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whether a "char" is signed or unsigned is left undefined by the C standard.
Some platforms such as armv7l actually seem to have an "unsigned" C char.
Enforce a signed char where relevant.
(fixes test_extint128 and test_mem_overlap on Raspberry Pi 2)
0 commit comments