FCI_COMPARE' discards

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 6.

Moderator: Benj

Post Reply
Wolfgang Kos
Posts: 21
Joined: Wed Jun 19, 2013 8:43 am
Has thanked: 2 times
Been thanked: 3 times
Contact:

FCI_COMPARE' discards

Post by Wolfgang Kos »

Hello,

I will ckeck the Bluetooth commands (over RS232 Modul) withe the Macro show Picture,
it will function, but the Compiler makes this log, what is the Problem, thank you for all Infos:

26.01.2017_kontinuierlich.c: In function 'FCM_CHECK_CMD':
26.01.2017_kontinuierlich.c:3283: warning: passing argument 1 of 'FCI_COMPARE' discards qualifiers from pointer target type
26.01.2017_kontinuierlich.c:3283: warning: pointer targets in passing argument 3 of 'FCI_COMPARE' differ in signedness
26.01.2017_kontinuierlich.c:3288: warning: passing argument 1 of 'FCD_047b2_RS232_BLE__ReceiveString' discards qualifiers from pointer target type
Attachments
Macro
Macro
CMD.jpg (84.62 KiB) Viewed 4178 times

User avatar
LeighM
Matrix Staff
Posts: 2178
Joined: Tue Jan 17, 2012 10:07 am
Has thanked: 481 times
Been thanked: 699 times
Contact:

Re: FCI_COMPARE' discards

Post by LeighM »

Hi,
You can safely ignore the warnings. They are due to internal signed v unsigned types of strings and arrays.

Wolfgang Kos
Posts: 21
Joined: Wed Jun 19, 2013 8:43 am
Has thanked: 2 times
Been thanked: 3 times
Contact:

Re: FCI_COMPARE' discards

Post by Wolfgang Kos »

Thank you for your quick response

Post Reply