Skip to content
Snippets Groups Projects
Commit 5a94cd82 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 6368896a
No related branches found
No related tags found
No related merge requests found
......@@ -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