1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/lib/tdb
Martin Schwenke cfd34eef58 tdb: Fix some signed/unsigned comparisons
[207/389] Compiling lib/tdb/tools/tdbdump.c
../../../lib/tdb/tools/tdbrestore.c: In function ‘read_linehead’:
../../../lib/tdb/tools/tdbrestore.c:43:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
   43 |  for (i=0; i<sizeof(prefix); i++) {
      |             ^
../../../lib/tdb/tools/tdbrestore.c: In function ‘read_data’:
../../../lib/tdb/tools/tdbrestore.c:95:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
   95 |  for (i=0; i<size; i++) {
      |             ^

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Volker Lendecke <vl@samba.org>
2020-07-16 01:29:45 +00:00
..
ABI tdb: Release tdb 1.4.3 2019-11-18 10:11:41 +00:00
common tdb: Align integer types 2020-01-23 20:41:46 +00:00
docs lib/tdb/docs/tracing.txt: typo fixes 2019-10-31 00:43:36 +00:00
include tdb: also use __has_attribute macro to check for attribute support 2020-05-24 23:55:36 +00:00
man tdbtool: Add "storehex" command 2017-04-22 09:16:16 +02:00
python pytdb tests: add test for storev() 2020-05-05 11:24:52 +00:00
test tdb: Rename tdb_oob() to tdb_notrans_oob() 2019-08-06 21:49:27 +00:00
tools tdb: Fix some signed/unsigned comparisons 2020-07-16 01:29:45 +00:00
web
_tdb_text.py tdb/test/_tdbtext: remove unused imports 2018-10-25 21:45:55 +02:00
configure build: Move python detection back into waf (instead of in configure and Makefile) 2018-12-14 14:40:19 +01:00
doxy.config doc: Remove build/ from doxygen config or it will not work in brew. 2012-08-04 16:31:22 +02:00
Makefile Search for location of waf script 2019-02-26 10:39:24 +01:00
pytdb.c Fix clang 9 missing-field-initializer warnings 2020-05-08 09:31:31 +00:00
tdb.pc.in s4-pkgconfig: add @LIB_RPATH@ to our link flags 2010-12-08 12:46:00 +01:00
wscript tdb: Release tdb 1.4.3 2019-11-18 10:11:41 +00:00