1

我在使用 MCUXpresso IDE 的 ARM Cortex M 项目中使用 GNU C 和 IAR 编译器。我正在使用 PC-LINT 检查器。

在 IAR 编译器下,我遇到 #warning 指令引发两个 LINT 错误的问题

#warning Dont compile it in RELEASE //example directive

LINT: 10: Expecting end of line //throwed lint errors
LINT: 16: Unrecognized name

我能做些什么来解决这个问题?

4

0 回答 0