Skip to content
Snippets Groups Projects
Commit 602e14ca authored by Thomas Jahns's avatar Thomas Jahns :cartwheel: Committed by Sergey Kosukhin
Browse files

Annotate intentional fall-through.

parent 883bc07a
No related branches found
No related tags found
2 merge requests!34Version 2.2.0,!13Consolidation with CDI-PIO (develop)
......@@ -456,7 +456,7 @@ cdiPioDistGridInit(grid_t *gridptr, int gridtype, int size, int xsize, int ysize
case GRID_UNSTRUCTURED:
for (size_t saIdx = 0; saIdx < cdiPioGDsaNum; ++saIdx) sub_arrays[saIdx].rect[0].size = size;
irregular = true;
/* intended fall-through */
/*-fallthrough*/
case GRID_GENERIC:
case GRID_GAUSSIAN:
case GRID_LONLAT:
......
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