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

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

parent 6a09acf4
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,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