[fpc-pascal] Hide warning number
    Marco van de Voort 
    fpc at pascalprogramming.org
       
    Thu Mar 25 16:44:35 CET 2021
    
    
  
Op 2021-03-25 om 16:28 schreef Ryan Joseph via fpc-pascal:
> Is there a way to hide a warning for all files from the command line? The "not inlined" warnings (6058) are too numerous to even be useful anymore so I'd like to disable it.
>
from FPC -h:
  -v<x>  Be verbose. <x> is a combination of the following letters:
<snip>
      m<x>,<y> : Do not show messages numbered <x> and <y>
So  -vm6058 would go a long way
    
    
More information about the fpc-pascal
mailing list