1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-20 17:20:49 +00:00
Files
cc65/src
acqn 4a38965384 Warnings on discarding pointer qualifiers always.
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.
2021-03-30 19:41:20 +02:00
..
2021-03-18 22:27:42 +01:00
2020-07-08 16:45:00 +02:00
2020-11-20 19:11:20 +01:00
2019-05-22 11:33:43 +02:00
2020-11-15 16:35:55 +01:00