matches

MATCHES statement used in this program

Rule "matches" gives this warning when it finds a MATCHES keyword.

the risc:

MATCHES is generally bad for indexing.

How to suppress these warnings:

You can put directive {&_proparse_ prolint-nowarn(matches)} directly before
the the statement that contains the MATCHES keyword.
See also: suppress warnings.