Cleaned up gcc build on linux for whohas and i-have changes.

This commit is contained in:
skarg
2006-02-16 21:53:23 +00:00
parent 5fcf45a781
commit 44587d5b81
7 changed files with 19 additions and 15 deletions
-1
View File
@@ -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;
-1
View File
@@ -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;