As the software processes your design, various messages
are generated. In some cases, you may want to suppress a particular
message from appearing. For example, you may get a warning message
about an unconnected pin that you intend to be unconnected. To suppress
the message from subsequent runs of the software, you can use Message
Filters.
You can filter most messages that begin with "WARNING"
or "INFO" and are followed by a library name and message number. For
example, the following message can be filtered:

Xst:454:
message
textwhere Xst is the library name and 454 is the
message number. In this case, the library name is the internal Xilinx® library
that stores the message.
Note Error messages cannot be filtered. Additionally, messages for some processes cannot be filtered (for example, messages generated by
third-party software, such as the Synplicity software). If you try
to filter a message that cannot be filtered, a dialog box appears
that states that the message cannot be filtered.
Caution! When you suppress a message, it does not fix the issue. Do not filter messages for issues that must be fixed.