xref: /petsc/src/sys/tests/linter/output/testDisabled.out (revision e4094ef18e7e53fda86cf35f3a47fda48a8e77d8)
1<--- FIXED --->
2--------------------------------------------------------------------------------------------
3./src/sys/tests/linter/testDisabled.c:6:53: error: Argument number doesn't match for 'r'. Expected '1', found '2' [-fmatching-arg-num]:
4  4: {
5  5:   /* incorrect */
6> 6:   PetscValidHeaderSpecific(r, PETSC_RANDOM_CLASSID, 2);
7                                                         ^
8  7:
9  8:   /* correct by being disabled */
10
11./src/sys/tests/linter/testDisabled.c:3:29 Note: 'r' is traceable to argument #1 'r' in enclosing function here:
12  1: #include <petsc/private/petscimpl.h>
13  2:
14> 3: PetscErrorCode testDisabled(PetscRandom r)
15                                 ^^^^^^^^^^^^^
16  4: {
17  5:   /* incorrect */
18--------------------------------------------------------------------------------------------
19<--- LEFT --->
20