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

Conditionally declare unused parameter.

parent 1472ca52
No related branches found
No related tags found
2 merge requests!91Add alternative code path for huge buffers.,!89Miscellaneous fixes and CDI-PIO improvements
......@@ -56,6 +56,7 @@ grb_decode(int filetype, int memType, int datatype, void *cgribexp, void *gribbu
}
#else
{
(void)datatype;
Error("ecCodes support not compiled in!");
}
#endif
......
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