[fpc-pascal] What is -CO ?

Jonas Maebe jonas at freepascal.org
Thu Jun 15 22:00:03 CEST 2023


On 09/06/2023 12:03, Mattias Gaertner via fpc-pascal wrote:
> What is -CO?
> 
> In the docs I can only find this sentence:
> "Check for possible overflow of integer operations"

It prints a warning whenever the compiler inserts an implicit type 
conversion to a type that cannot represent every value of the source type.


Jonas


More information about the fpc-pascal mailing list