Files
rgbds/include/asm
Rangi 11a6a81169 Implement -Wtruncation=level (#931)
* Implement -Wtruncation=level

-Wtruncation=0 is the same as the current -Wno-truncation.
-Wtruncation=2 is the same as the current -Wtruncation.
-Wtruncation=1 is the new default; it's less strict, allowing
N-bit values to be between -2**N and 2**N (exclusive).

* Implement generic "parametrized warning" system

* Test more `Wtruncation` variants

Co-authored-by: ISSOtm <eldredhabert0@gmail.com>
2021-10-31 17:47:31 -04:00
..
2021-04-26 15:52:30 -04:00
2021-03-02 11:48:20 +01:00
2021-04-26 15:52:30 -04:00
2021-04-18 00:11:18 +02:00
2021-04-29 12:24:07 +02:00
2021-10-31 17:47:31 -04:00