Cleaned up compiler warnings and errors for Win32 build.
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user