This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

zigbee编译器的选择

里的

我一但选上就有很多错误。这个选项具体是干什么的呢

  • Require Prototypes复选框用于强制编译器检查所有函数是否具有合适的原型。

    调用未声明过的函数、定义未声明原型的公共函数、采用未包含原型的函数指针进行直接函数调用等都将导致编译出错。