mirror of
https://github.com/nilfs-dev/nilfs-utils.git
synced 2026-01-26 13:43:15 +00:00
Gcc-4.2 warns against casts from pointer to interger of different size. Nilfs partially used this type of cast to calculate structure-member offsets, and led to warnings on some 64-bit environments. This fixes the problem by changing the type of offset calculation macros to long or unsigned long. Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
The file is empty.
Description
Languages
C
76.2%
Perl
21.1%
M4
1.6%
Makefile
1%