如题,在编译的时候提示警告:Warning[w6]: Type conflict for external/entry "dis_bp", in module main against external/entry in module LCD; prototyped function vs K&R function 这是什么意思,怎么解决?
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.
Warning[w6]: Type conflict for external/entry "characterUUID", in module gapgattserver against external/entry in module gatt_uuid; types
have different memory attributes
Warning[w6]: Type conflict for external/entry "clientCharCfgUUID", in module gattservapp against external/entry in module gatt_uuid;
types have different memory attributes
Warning[w6]: Type conflict for external/entry "deviceNameUUID", in module gapgattserver against external/entry in module gatt_uuid;
types have different memory attributes
Warning[w6]: Type conflict for external/entry "gapServiceUUID", in module gapgattserver against external/entry in module gatt_uuid;
types have different memory attributes
Warning[w6]: Type conflict for external/entry "gattServiceUUID", in module gattservapp against external/entry in module gatt_uuid; types
have different memory attributes
Warning[w6]: Type conflict for external/entry "periConnParamUUID", in module gapgattserver against external/entry in module gatt_uuid;
types have different memory attributes
协议栈编译时候出现的,cc2541芯片
Warning[w6]: Type conflict for external/entry "periPrivacyFlagUUID", in module gapgattserver against external/entry in module gatt_uuid;
types have different memory attributes
Warning[w6]: Type conflict for external/entry "primaryServiceUUID", in module gapgattserver against external/entry in module gatt_uuid;
types have different memory attributes
Warning[w6]: Type conflict for external/entry "reconnectAddrUUID", in module gapgattserver against external/entry in module gatt_uuid;
types have different memory attributes
Warning[w6]: Type conflict for external/entry "secondaryServiceUUID", in module gatt_client against external/entry in module gatt_uuid;
types have different memory attributes
Warning[w6]: Type conflict for external/entry "serviceChangedUUID", in module gatt_server against external/entry in module gatt_uuid;
types have different memory attributes