--- src/shared/hfp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/shared/hfp.c b/src/shared/hfp.c index e481360..3256931 100644 --- a/src/shared/hfp.c +++ b/src/shared/hfp.c @@ -72,7 +72,7 @@ struct cmd_handler { struct hfp_gw_result { const char *data; - int offset; + unsigned int offset; }; static void destroy_cmd_handler(void *data) @@ -245,8 +245,8 @@ bool hfp_gw_result_get_number_default(struct hfp_gw_result *result, bool hfp_gw_result_get_number(struct hfp_gw_result *result, unsigned int *val) { + unsigned int i; int tmp = 0; - int i; skip_whitespace(result); -- 1.9.0 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html