Fixed some warnings flagged by IAR C-STAT static analysis tool.

This commit is contained in:
skarg
2016-01-07 21:31:38 +00:00
parent dd0fb9c841
commit 0697065030
16 changed files with 51 additions and 52 deletions
+2 -2
View File
@@ -339,7 +339,7 @@ unsigned Device_Count(
uint32_t Device_Index_To_Instance(
unsigned index)
{
index = index;
(void)index;
return Object_Instance_Number;
}
@@ -957,7 +957,7 @@ bool Device_Write_Property_Local(
break;
}
/* not using len at this time */
len = len;
(void)len;
return status;
}