[fpc-pascal] Disable Warning: (6060) Case statement does not handle all possible cases
fredvs
fiens at hotmail.com
Tue Mar 24 15:20:41 CET 2020
Hello.
According to:
https://wiki.freepascal.org/Turn_warnings_and_hints_on_or_off
> Control specific warnings:
> Add
> {$warn <number> off}
> just after the unit name.
So doing this:
> unit myunit;
> {$warn 6060 off}
Still gives some "Warning: (6060) Case statement does not handle all
possible cases"
How to disable it?
Thanks.
-----
Many thanks ;-)
--
Sent from: http://free-pascal-general.1045716.n5.nabble.com/
More information about the fpc-pascal
mailing list