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

Change fallthrough comment so it is also recognized by newer GCC versions.

parent c749ecc0
No related branches found
No related tags found
2 merge requests!34Version 2.2.0,!13Consolidation with CDI-PIO (develop)
......@@ -95,7 +95,7 @@ cdiPioCSRBalanced(MPI_Comm commSuper, int IOMode, int nProcsIO)
case PIO_ASYNCH:
specialRole = PIO_ROLE_WRITER;
collType = PIO_ROLE_COLLECTOR;
/* fallthrough intentional */
/*-fallthrough*/
case PIO_FPGUARD:
clientsPerCollectorMin = numClients / (nProcsIO - 1);
rest = numClients % nProcsIO;
......
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