mirror of
https://github.com/cc65/cc65.git
synced 2026-04-20 17:20:49 +00:00
4a38965384
Added new -W options to turn on/off warnings on certain pointer conversion cases: - pointer-sign: to a pointer type differing in pointee signedness. Default on. - pointer-types: to a pointer type incompatible. Default on.