Cleaned up some warnings found when compiling with Visual Studio Express 2010.

This commit is contained in:
skarg
2014-01-14 20:03:00 +00:00
parent bfa26b769f
commit c3326b324c
8 changed files with 23 additions and 20 deletions
+2 -2
View File
@@ -802,7 +802,7 @@ bool Lighting_Output_Default_Step_Increment_Set(
unsigned Lighting_Output_Default_Priority(
uint32_t object_instance)
{
unsigned value = 0.0;
unsigned value = 0;
unsigned int index = 0;
index = Lighting_Output_Instance_To_Index(object_instance);
@@ -1222,7 +1222,7 @@ bool Lighting_Output_Write_Property(
if (status) {
Lighting_Output_Out_Of_Service_Set(
wp_data->object_instance,
&value.type.Boolean);
value.type.Boolean);
}
break;
case PROP_OBJECT_IDENTIFIER: