Cleaned up compiler warnings and errors for Win32 build.

This commit is contained in:
skarg
2005-12-07 15:15:27 +00:00
parent 1d407c435d
commit b7321923af
8 changed files with 62 additions and 28 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ int Analog_Input_Encode_Property_APDU(
int apdu_len = 0; // return value
BACNET_BIT_STRING bit_string;
char text_string[32] = {""};
float value = 3.141592;
float value = 3.14;
(void)array_index;
switch (property)