What this Delphi's define {$WARN GARBAGE ON} means?

前提是你 提交于 2019-12-06 13:49:10

These two warnings are now documented.

GARBAGE: Turns on or off warnings produced when the presence of non-whitespace text is detected past the end of the final 'end.' in the program, unit, library or package

UNIT_EXPERIMENTAL: Turns on or off all warnings about the experimental directive applied to a unit declaration.

Presumably the report was marked as fixed once the documentation was added.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!