Files
rgbds/include
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-10-31 17:47:31 -04:00
2020-04-07 14:48:30 +10:00
2021-05-03 12:50:14 +02:00
2021-10-31 07:53:33 +01:00
2021-04-28 11:58:56 -04:00
2018-01-26 22:59:02 +00:00
2021-05-08 22:38:20 -04:00