Manual: Clarify suppression filename, it must match exactly (#7780)

This commit is contained in:
Daniel Marjamäki 2019-11-17 17:18:31 +01:00
parent 0024c3e446
commit 65784a16c4
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ You can suppress certain types of errors. The format for such a suppression is o
The `error id` is the id that you want to suppress. The easiest way to get it is to use the --template=gcc command line flag. The id is shown in brackets.
The filename may include the wildcard characters \* or ?, which match any sequence of characters or any single character respectively. It is recommended that you use "/" as path separator on all operating systems.
The filename may include the wildcard characters \* or ?, which match any sequence of characters or any single character respectively. It is recommended that you use "/" as path separator on all operating systems. The filename must match the filename in the reported warning exactly. For instance, if the warning contains a relative path then the suppression must match that relative path.
## Command line suppression