mirror of
https://github.com/eclipse/upm.git
synced 2025-07-01 17:31:13 +03:00
llvm: Fixed remaining warnings for llvm
This commit addresses warnings emitted from the llvm compilers which were not encountered with gnu. Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
@ -210,7 +210,7 @@ unsigned Device_Count(
|
||||
uint32_t Device_Index_To_Instance(
|
||||
unsigned index)
|
||||
{
|
||||
index = index;
|
||||
//index = index;
|
||||
return Object_Instance_Number;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user