Skip to content

Commit 5813fb9

Browse files
committed
260208.132615.CET [skip ci] revise matlab/Makefile.common
1 parent 6f33f40 commit 5813fb9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

matlab/mex_gateways/tests/makefiles/Makefile.common

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -555,10 +555,10 @@ $(TESTS) $(TESTS_INT):
555555
| grep -v "Warning: ‘\.fname_loc’ may be used uninitialized.*\[-Wmaybe-uninitialized\]" \
556556
| grep -v "Warning: ‘\.position’ may be used uninitialized.*\[-Wmaybe-uninitialized\]" \
557557
| grep -v "Warning: ‘\.sformat’ may be used uninitialized.*\[-Wmaybe-uninitialized\]" \
558-
| grep -v "msg\s*=.*fmxIsDoubleVector: An invalid shape type" \
559-
| grep -v "msg\s*=.*fmxCallMATLAB: MEX fails to call a MATLAB function" \
560-
| grep -v "wid\s*=.*LargeConversionError" \
561-
| grep -v "msg\s*=.*Large error occurs when converting " \
558+
| grep -v "msg\s*=.*fmxIsDoubleVector: An invalid shape type" \
559+
| grep -v "msg\s*=.*fmxCallMATLAB: MEX fails to call a MATLAB function" \
560+
| grep -v "wid\s*=.*LargeConversionError" \
561+
| grep -v "msg\s*=.*Large error occurs when converting " \
562562
| grep -v ": warning #8236: Deferred character length in a data object or component declaration is an extension of Standard F95." \
563563
| grep -v ": warning #6655: The f95 standard requires that the ALLOCATABLE attribute only be given to array objects." \
564564
| grep -v "Fortran 95 does not allow this intrinsic procedure.\s*\[NEW_LINE\]" \

0 commit comments

Comments
 (0)