]> sigrok.org Git - libsigrok.git/commit
sysclk-lwla: Avoid warning due to bogus range check.
authorDaniel Elstner <redacted>
Tue, 14 Jan 2014 23:52:26 +0000 (00:52 +0100)
committerDaniel Elstner <redacted>
Wed, 15 Jan 2014 20:43:54 +0000 (21:43 +0100)
commit945e4343e2be4ad9e70e1a995182988b2331e0bd
tree008a479c3a69cc3323fb22202f68d98cec9887a6
parent9e2bf9d204d153de65dd98445d9d91819198196f
sysclk-lwla: Avoid warning due to bogus range check.

(lwla_set_clock_source): Checking whether an enum value is greater
than or equal to zero apparently results in a warning with some
compilers.  Assign the enum to an unsigned variable to avoid this,
and return SR_ERR_BUG if the range is exceeded, as this indicates
a bug in the driver code itself.
hardware/sysclk-lwla/protocol.c