mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-18 04:31:26 -06:00
GCC supports the __null builtin basically forever (since at least 2.95), which behaves very much like nullptr later does. Use this instead of plain "0" as fallback value, otherwise passing the define to functions annotated with __attribute__((sentinel)) will result in a compiler warning.
24 KiB
24 KiB