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

Annotate unused argument.

parent 092f0167
No related branches found
No related tags found
2 merge requests!91Add alternative code path for huge buffers.,!89Miscellaneous fixes and CDI-PIO improvements
......@@ -89,6 +89,9 @@ CONTAINS
TYPE(xt_idxlist) :: partdesc
END TYPE var1ddeco
TYPE(var1ddeco) :: vardeco1, vardeco2
#else
#define XT_UNUSED(x) IF (SIZE( (/(x)/) ) < 0) CONTINUE
XT_UNUSED(commModel)
#endif
lons = (/0, 30, 60, 90, 120, 150, 180, 210, 240, 270, 300, 330/)
......
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