Skip to content
Snippets Groups Projects
Commit 53730c08 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Annotate unused parameter.

parent e8403e2e
No related branches found
No related tags found
2 merge requests!91Add alternative code path for huge buffers.,!89Miscellaneous fixes and CDI-PIO improvements
......@@ -784,6 +784,7 @@ gribapiGetGridProj(grib_handle *gh, grid_t *grid, size_t numberOfPoints)
static void
gribapiGetGridHealpix(grib_handle *gh, grid_t *grid, size_t numberOfPoints)
{
(void)gh;
grid->size = numberOfPoints;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment