uber / h3

Hexagonal hierarchical geospatial indexing system
https://h3geo.org
Apache License 2.0
4.83k stars 459 forks source link

explicitly state parameters are `(void)`, #787 #788

Closed isaacbrodsky closed 11 months ago

isaacbrodsky commented 11 months ago

Fixes #787.

dcooley commented 11 months ago

is it also required in iterators.c L45?

static IterCellsChildren _null_iter(void)