jkuhlmann / cgltf

:diamond_shape_with_a_dot_inside: Single-file glTF 2.0 loader and writer written in C99
MIT License
1.42k stars 135 forks source link

Use NULL instead of 0 to silence -Wzero-as-null-pointer-constant #230

Closed zeux closed 9 months ago

zeux commented 10 months ago

This is the only place in cgltf.h where 0 is used as a pointer constant.