1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-23 20:23:50 +03:00

r18027: Fix some 64-bit warnings

This commit is contained in:
Volker Lendecke
2006-09-04 08:55:58 +00:00
committed by Gerald (Jerry) Carter
parent a85646cba5
commit cd495d8931
2 changed files with 19 additions and 10 deletions

View File

@@ -890,7 +890,7 @@ static void talloc_report_depth_FILE_helper(const void *ptr, int depth, int max_
name,
(unsigned long)talloc_total_size(ptr),
(unsigned long)talloc_total_blocks(ptr),
talloc_reference_count(ptr));
(int)talloc_reference_count(ptr));
}
/*