minor fixes
remove unreachable code add parameter checks to mbus_data_bcd_encode init time structure in mbus_data_tm_decode as possible mark falltrough for splint remove unused variable val fix removed realloc
This commit is contained in:
@ -768,7 +768,6 @@ int mbus_fixed_normalize(int medium_unit, long medium_value, char **unit_out, do
|
||||
exponent = 0.0;
|
||||
*value_out = 0.0;
|
||||
return -1;
|
||||
break;
|
||||
}
|
||||
|
||||
return -2;
|
||||
|
Reference in New Issue
Block a user