Fixed compile warnings.

This commit is contained in:
skarg
2012-04-09 14:15:44 +00:00
parent c2db7ee7c4
commit c5015b334d
2 changed files with 2 additions and 1 deletions
+2
View File
@@ -76,6 +76,8 @@ extern "C" {
bool CharacterString_Value_Description_Set(
uint32_t object_instance,
char *text_string);
bool CharacterString_Value_Out_Of_Service(
uint32_t object_instance);
void CharacterString_Value_Init(
void);
-1
View File
@@ -496,7 +496,6 @@ bool Multistate_Input_Write_Property(
BACNET_WRITE_PROPERTY_DATA * wp_data)
{
bool status = false; /* return value */
unsigned int object_index = 0;
int len = 0;
BACNET_APPLICATION_DATA_VALUE value;