[fpc-pascal] Hide warning number

Bart bartjunk64 at gmail.com
Thu Mar 25 20:44:25 CET 2021


On Thu, Mar 25, 2021 at 8:08 PM Ryan Joseph via fpc-pascal
<fpc-pascal at lists.freepascal.org> 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


More information about the fpc-pascal mailing list