You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
En el últmo commit a develop corrigí varios de los warnings (eran mas de 50), quedaron estos en CommMgr y dflash por revisar:
@leanfrancucci
Description Resource Path Location Type
passing argument 1 of 'dfspi_read_byte' from incompatible pointer type [-Wincompatible-pointer-types] dflash.c /AgroIoT/Sources/src/ffile/portable/dataflash line 180 C/C++ Problem
pointer targets in passing argument 1 of 'YFrame_multipleTail' differ in signedness [-Wpointer-sign] CommMgrAct.c /AgroIoT/Sources/src/CommMgr/src line 356 C/C++ Problem
pointer targets in passing argument 1 of 'YFrame_parse' differ in signedness [-Wpointer-sign] CommMgrAct.c /AgroIoT/Sources/src/CommMgr/src line 73 C/C++ Problem
pointer targets in passing argument 2 of 'YFrame_data' differ in signedness [-Wpointer-sign] CommMgrAct.c /AgroIoT/Sources/src/CommMgr/src line 105 C/C++ Problem
pointer targets in passing argument 2 of 'YFrame_data' differ in signedness [-Wpointer-sign] CommMgrAct.c /AgroIoT/Sources/src/CommMgr/src line 337 C/C++ Problem
pointer targets in passing argument 2 of 'YFrame_header' differ in signedness [-Wpointer-sign] CommMgrAct.c /AgroIoT/Sources/src/CommMgr/src line 334 C/C++ Problem
pointer targets in passing argument 2 of 'YFrame_header' differ in signedness [-Wpointer-sign] CommMgrAct.c /AgroIoT/Sources/src/CommMgr/src line 383 C/C++ Problem
The text was updated successfully, but these errors were encountered:
En el últmo commit a develop corrigí varios de los warnings (eran mas de 50), quedaron estos en CommMgr y dflash por revisar:
@leanfrancucci
Description Resource Path Location Type
passing argument 1 of 'dfspi_read_byte' from incompatible pointer type [-Wincompatible-pointer-types] dflash.c /AgroIoT/Sources/src/ffile/portable/dataflash line 180 C/C++ Problem
pointer targets in passing argument 1 of 'YFrame_multipleTail' differ in signedness [-Wpointer-sign] CommMgrAct.c /AgroIoT/Sources/src/CommMgr/src line 356 C/C++ Problem
pointer targets in passing argument 1 of 'YFrame_parse' differ in signedness [-Wpointer-sign] CommMgrAct.c /AgroIoT/Sources/src/CommMgr/src line 73 C/C++ Problem
pointer targets in passing argument 2 of 'YFrame_data' differ in signedness [-Wpointer-sign] CommMgrAct.c /AgroIoT/Sources/src/CommMgr/src line 105 C/C++ Problem
pointer targets in passing argument 2 of 'YFrame_data' differ in signedness [-Wpointer-sign] CommMgrAct.c /AgroIoT/Sources/src/CommMgr/src line 337 C/C++ Problem
pointer targets in passing argument 2 of 'YFrame_header' differ in signedness [-Wpointer-sign] CommMgrAct.c /AgroIoT/Sources/src/CommMgr/src line 334 C/C++ Problem
pointer targets in passing argument 2 of 'YFrame_header' differ in signedness [-Wpointer-sign] CommMgrAct.c /AgroIoT/Sources/src/CommMgr/src line 383 C/C++ Problem
The text was updated successfully, but these errors were encountered: