Fixed compile warnings.
This commit is contained in:
@@ -76,6 +76,8 @@ extern "C" {
|
|||||||
bool CharacterString_Value_Description_Set(
|
bool CharacterString_Value_Description_Set(
|
||||||
uint32_t object_instance,
|
uint32_t object_instance,
|
||||||
char *text_string);
|
char *text_string);
|
||||||
|
bool CharacterString_Value_Out_Of_Service(
|
||||||
|
uint32_t object_instance);
|
||||||
|
|
||||||
void CharacterString_Value_Init(
|
void CharacterString_Value_Init(
|
||||||
void);
|
void);
|
||||||
|
|||||||
@@ -496,7 +496,6 @@ bool Multistate_Input_Write_Property(
|
|||||||
BACNET_WRITE_PROPERTY_DATA * wp_data)
|
BACNET_WRITE_PROPERTY_DATA * wp_data)
|
||||||
{
|
{
|
||||||
bool status = false; /* return value */
|
bool status = false; /* return value */
|
||||||
unsigned int object_index = 0;
|
|
||||||
int len = 0;
|
int len = 0;
|
||||||
BACNET_APPLICATION_DATA_VALUE value;
|
BACNET_APPLICATION_DATA_VALUE value;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user