Fix minor warning with some compilers.

This commit is contained in:
Uwe Hermann 2013-04-23 22:54:02 +02:00
parent 50985c2019
commit 31e5377250
1 changed files with 2 additions and 1 deletions

View File

@ -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"))