Corrected some compiler warnings.
This commit is contained in:
@@ -57,7 +57,7 @@ void handler_rpm_list_set(
|
|||||||
|
|
||||||
static uint8_t Temp_Buf[MAX_APDU] = { 0 };
|
static uint8_t Temp_Buf[MAX_APDU] = { 0 };
|
||||||
|
|
||||||
static int RPM_Object_Property(
|
static BACNET_PROPERTY_ID RPM_Object_Property(
|
||||||
struct special_property_list_t *pPropertyList,
|
struct special_property_list_t *pPropertyList,
|
||||||
BACNET_PROPERTY_ID special_property,
|
BACNET_PROPERTY_ID special_property,
|
||||||
unsigned index)
|
unsigned index)
|
||||||
@@ -88,7 +88,7 @@ static int RPM_Object_Property(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return property;
|
return (BACNET_PROPERTY_ID)property;
|
||||||
}
|
}
|
||||||
|
|
||||||
static unsigned RPM_Object_Property_Count(
|
static unsigned RPM_Object_Property_Count(
|
||||||
|
|||||||
@@ -156,7 +156,7 @@ unsigned Binary_Output_Instance_To_Index(
|
|||||||
return index;
|
return index;
|
||||||
}
|
}
|
||||||
|
|
||||||
static BACNET_BINARY_PV Binary_Output_Present_Value(
|
BACNET_BINARY_PV Binary_Output_Present_Value(
|
||||||
uint32_t object_instance)
|
uint32_t object_instance)
|
||||||
{
|
{
|
||||||
BACNET_BINARY_PV value = RELINQUISH_DEFAULT;
|
BACNET_BINARY_PV value = RELINQUISH_DEFAULT;
|
||||||
|
|||||||
Reference in New Issue
Block a user