1<--- FIXED ---> 2-------------------------------------------------------------------------------------------- 3[31m[1m./src/sys/tests/linter/testDisabled.c:6:53: error:[0m 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, [33m[1m2[0m); 7 [33m[1m^[0m 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([33m[1mPetscRandom r[0m) 15 [33m[1m^^^^^^^^^^^^^[0m 16 4: { 17 5: /* incorrect */ 18-------------------------------------------------------------------------------------------- 19<--- LEFT ---> 20