aboutsummaryrefslogtreecommitdiffstats
path: root/src/femtobts.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-07-28 15:57:20 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-07-30 21:23:58 +0200
commit2252f1938e529b28c3ef6530ea224da243820a60 (patch)
treea6e5dce7f512ea34b539b6dfb9f1c2df2b3afe6c /src/femtobts.h
parentf6413617c5eba0d0a06517059545e51af45dee16 (diff)
csn1: Fix various printf/format issues pointed out by gcc
This might clash with C++11 and literal values but we will see that once the compilers enable that by default. Fixes: csn1.cpp: In function 'gint16 csnStreamDecoder(csnStream_t*, const CSN_DESCR*, bitvec*, unsigned int&, void*)': csn1.cpp:864:17: warning: format '%d' expects argument of type 'int', but argument 8 has type 'guint64 {aka long unsigned int}' [-Wformat] csn1.cpp:1144:15: warning: format '%u' expects argument of type 'unsigned int', but argument 7 has type 'uint64_t {aka long long unsigned int}' [-Wformat] csn1.cpp:1150:15: warning: format '%u' expects argument of type 'unsigned int', but argument 7 has type 'uint64_t {aka long long unsigned int}' [-Wformat] csn1.cpp: In function 'gint16 csnStreamEncoder(csnStream_t*, const CSN_DESCR*, bitvec*, unsigned int&, void*)': csn1.cpp:2119:17: warning: format '%d' expects argument of type 'int', but argument 8 has type 'guint64 {aka long unsigned int}' [-Wformat]
Diffstat (limited to 'src/femtobts.h')
0 files changed, 0 insertions, 0 deletions