Commit: ce084da2e713d8432212006b6fc15f0a38f96d20
Parent: 0c1145e4c34cbea3a382118c6b575db983e9d5ed
Author: Johan Hedberg <johan.hedberg@intel.com>
Committer: Johan Hedberg <johan.hedberg@intel.com>
Date: 2012-11-06 19:05:46
Tree: 0bb9a784cc7f62d0584f53863190aca326bc7d6c

btsnoop: Fix signedness compilation errors This patch fixes the following signedness comparison errors: tools/btsnoop.c: In function 'command_merge': tools/btsnoop.c:221:21: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare] tools/btsnoop.c:263:14: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]

Diffstat

M tools/btsnoop.c | 4 ++- -

1 files changed, 2 insertions(+), 2 deletions(-)

View Full Diff | Patch