mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-01-16 22:08:28 +01:00
7394a1c081
C++11 standardizes the "nullptr" keyword, which replaces the implementation-defined macro null pointer "NULL" or a hardcoded 0. --------- Co-authored-by: Tamás Bálint Misius <lbphacker@gmail.com>
5 lines
75 B
YAML
5 lines
75 B
YAML
---
|
|
Checks: '-*,modernize-use-nullptr'
|
|
WarningsAsErrors: true
|
|
...
|