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
@@ -153,7 +153,7 @@ int Analog_Output_Encode_Property_APDU(
int apdu_len = 0; // return value
BACNET_BIT_STRING bit_string;
char text_string[32] = {""};
float real_value = 1.41421356;
float real_value = 1.414;
unsigned object_index = 0;
unsigned i = 0;