mirror of
https://github.com/mirror/tinycc.git
synced 2026-08-22 11:23:27 +08:00
enums and ints are compatible
But like GCC do warn about changes in signedness. The latter leads to some changes in gen_assign_cast to not also warn about unsigned* = int* (where GCC warns, but only with extra warnings).
This commit is contained in: