Commit: 4b6c1b7311f4964a956ef809ffb94262c69613c4
Parent: 8a3f7786584513e32c5dc3921fe5b89b0b5add17
Author: Syam Sidhardhan <s.syam@samsung.com>
Committer: Johan Hedberg <johan.hedberg@intel.com>
Date: 2012-04-16 22:55:29
Tree: 26279647c3f71fa2b18de10109e70ff379856c66

sdp: Fix compilation warning due to data type mismatch In certain cross compiling environment, if we build the code with enabling the maintainer mode, the following error happens. cc1: warnings being treated as errors lib/sdp.c: In function 'sdp_process': lib/sdp.c:4111:6: error: comparison between signed and unsigned integer expressions make[2]: *** [lib/sdp.lo] Error 1 make[1]: *** [all] Error 2

Diffstat

M lib/sdp.c | 2 +-

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

View Full Diff | Patch