Re: [fpc-pascal] Hide warning number

2021-03-25 Thread Bart via fpc-pascal
On Thu, Mar 25, 2021 at 8:08 PM Ryan Joseph via fpc-pascal
 wrote:

> 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 my fpc.cfg:
#Don't show the "function X; marked as inline is not inlined" warning
-vm6058


-- 
Bart
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] Hide warning number

2021-03-25 Thread Marco van de Voort via fpc-pascal


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  Be verbose.  is a combination of the following letters:

 m, : Do not show messages numbered  and 


So  -vm6058 would go a long way


___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal


[fpc-pascal] Hide warning number

2021-03-25 Thread 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.

Regards,
Ryan Joseph

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal