Skip to content

Commit 514329f

Browse files
committed
suppress funcArgNamesDifferent warning for symgraph of nauty interface
- nauty.h declares a symbol graph
1 parent 089c511 commit 514329f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/symmetry/compute_symmetry_nauty.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1217,7 +1217,7 @@ const char* SYMsymmetryGetAddDesc(void)
12171217
SCIP_RETCODE SYMcomputeSymmetryGenerators(
12181218
SCIP* scip, /**< SCIP pointer */
12191219
int maxgenerators, /**< maximal number of generators constructed (= 0 if unlimited) */
1220-
SYM_GRAPH* symgraph, /**< symmetry detection graph */
1220+
SYM_GRAPH* symgraph, /**< symmetry detection graph */ /* cppcheck-suppress funcArgNamesDifferent */
12211221
int* nperms, /**< pointer to store number of permutations */
12221222
int* nmaxperms, /**< pointer to store maximal number of permutations (needed for freeing storage) */
12231223
int*** perms, /**< pointer to store permutation generators as (nperms x npermvars) matrix */

0 commit comments

Comments
 (0)