Commit: e654bdfa9ad743ee99a0ccfff6be516b4b1cab03
Parent: 911868f40db315736809589f4b98afdbcc6ed163
Author: Anderson Lizardo <anderson.lizardo@openbossa.org>
Committer: Marcel Holtmann <marcel@holtmann.org>
Date: 2013-01-11 02:06:22
Tree: 9f8a27eeb56914f79a36cb5da70c07e9412bbdf3

attrib: Fix compilation errors when compiled without optimization Fix these build errors: attrib/att.c: In function ‘dec_read_by_grp_req’: attrib/att.c:165:10: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare] attrib/att.c:170:10: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare] attrib/att.c: In function ‘dec_read_by_type_req’: attrib/att.c:393:10: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare] attrib/att.c:402:10: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]

Diffstat

M attrib/att.c | 4 ++- -

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

View Full Diff | Patch