Node:-w - disable all warnings, Next:- -uses=System - Swap; HeapError; etc., Previous:- -borland-pascal - disable GPC extensions, Up:BP Incompatibilities
Even in --borland-pascal
mode, GPC may warn about some
dangerous things. To disable all warnings, you can use the
-w
option (note: lower-case w
!). This is not
recommended at all, but you may consider it more BP compatible ...