Re: [fpc-pascal] compiler -h: -C3 switch

2013-08-26 Thread Florian Klämpfl
Am 26.08.2013 19:40, schrieb Dmitry Boyarintsev: > Hello, > > per "fpc -h" > -C3_Turn on ieee error checking for constants > it appears like is some kind of parameter > > However, per compiler sources (and documentation on $Irrors > directive), -C3 is a boolean switch and doesn't expect any

[fpc-pascal] compiler -h: -C3 switch

2013-08-26 Thread Dmitry Boyarintsev
Hello, per "fpc -h" -C3_Turn on ieee error checking for constants it appears like is some kind of parameter However, per compiler sources (and documentation on $Irrors directive), -C3 is a boolean switch and doesn't expect any parameters entered. thanks, Dmitry _