aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-07-28 16:04:35 +0200
committerIvan Kluchnikov <kluchnikovi@gmail.com>2013-08-02 13:39:13 +0400
commit939bfaefecc7e7694c130adbfbefa7242de528ba (patch)
treeabf2cc63c56e8304dce37d2d961bb5c4846856be /configure.ac
parentf14ddb7830e873c759a26d58da57467a74cc44b9 (diff)
bitvector: Address compiler warnings about unsigned/signed
Fixes: bitvector.cpp: In function 'int bitvec_pack(bitvec*, uint8_t*)': bitvector.cpp:53:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] bitvector.cpp: In function 'int bitvec_unpack(bitvec*, uint8_t*)': bitvector.cpp:63:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] bitvector.cpp: In function 'uint64_t bitvec_read_field(bitvec*, unsigned int&, unsigned int)': bitvector.cpp:91:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] bitvector.cpp: In function 'int bitvec_write_field(bitvec*, unsigned int&, uint64_t, unsigned int)': bitvector.cpp:108:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions