Fix minor warning with some compilers.
This commit is contained in:
parent
50985c2019
commit
31e5377250
|
@ -215,7 +215,8 @@ SR_PRIV int mso_parse_serial(const char *iSerial, const char *iProduct,
|
|||
{
|
||||
unsigned int u1, u2, u3, u4, u5, u6;
|
||||
|
||||
iProduct = iProduct;
|
||||
(void)iProduct;
|
||||
|
||||
/* FIXME: This code is in the original app, but I think its
|
||||
* used only for the GUI */
|
||||
/* if (strstr(iProduct, "REV_02") || strstr(iProduct, "REV_03"))
|
||||
|
|
Loading…
Reference in New Issue