Cleaned up gcc build on linux for whohas and i-have changes.
This commit is contained in:
@@ -87,7 +87,6 @@ int Analog_Input_Encode_Property_APDU(
|
||||
int apdu_len = 0; // return value
|
||||
BACNET_BIT_STRING bit_string;
|
||||
BACNET_CHARACTER_STRING char_string;
|
||||
char text_string[32] = {""};
|
||||
float value = 3.14;
|
||||
|
||||
(void)array_index;
|
||||
|
||||
@@ -168,7 +168,6 @@ int Analog_Output_Encode_Property_APDU(
|
||||
int apdu_len = 0; // return value
|
||||
BACNET_BIT_STRING bit_string;
|
||||
BACNET_CHARACTER_STRING char_string;
|
||||
char text_string[32] = {""};
|
||||
float real_value = 1.414;
|
||||
unsigned object_index = 0;
|
||||
unsigned i = 0;
|
||||
|
||||
Reference in New Issue
Block a user