[fpc-pascal] Disable Warning: (6060) Case statement does not handle all possible cases

Jonas Maebe jonas at freepascal.org
Fri Mar 27 22:25:28 CET 2020


On 27/03/2020 22:20, fredvs via fpc-pascal wrote:

>>> Will it disable all the warnings concerned for all the code of the unit?
>> Yes. 
> Hum, here, adding {$warn 6060 off} after "unit", on Linux 64 bit, compiled
> with fpc 3.3.1 trunk of 7 days ago, the warnings are still there.

If you have a uses clause, try adding it after the uses clause.


Jonas


More information about the fpc-pascal mailing list