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

Annotate unused argument.

parent a385c635
No related branches found
No related tags found
2 merge requests!34Version 2.2.0,!13Consolidation with CDI-PIO (develop)
......@@ -193,6 +193,7 @@ cdiPioDistGridEnableIndividualQueries(int gridID)
#ifdef HAVE_PPM_DIST_ARRAY_H
bool switched = cdiPioDistGridSwitchSyncMode(gridID, PPM_dma_sync_mode_passive_target);
#else
(void) gridID;
bool switched = false;
#endif
if (!switched) Error("called for non-distributed grid gridID=%d", gridID);
......
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