Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我用谷歌搜索了它,但我找不到答案。我怎样才能抑制这个警告,只有这个:
警告:已删除功能:在 (1) 处的 PAUSE 语句
我知道我可以压制所有警告,但我只想压制这个警告。或者如果不可能。禁止删除功能的警告。谢谢。
使用 -std=legacy 或 -w(小写)编译。请注意, -w 将禁止所有警告。