Parent: 40f7829b88a10fb924aa1d6246c8635afd9bdac8
Author: Johan Hedberg <johan.hedberg@intel.com>
Committer: Johan Hedberg <johan.hedberg@intel.com>
Date: 2014-12-28 20:18:42
Tree: 00bb019706fced5fbf2f9febe130790e94a8f795
tools/bluemoon: Fix compilation error/warning This patch fixes the following error/warning: CC tools/bluemoon.o tools/bluemoon.c: In function ‘analyze_firmware’: tools/bluemoon.c:813:10: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare] if (len != le32_to_cpu(css->size) * 4) { ^ cc1: all warnings being treated as errors
Diffstat
| M | tools/bluemoon.c | | | 2 | +- |
1 files changed, 1 insertions(+), 1 deletions(-)