Displaying 1 result from an estimated 1 matches for "diff_file_list".
2009 May 11
1
Delta backup program planned (problem met for adding files)
...I'm really appreciated any help form you. Thanks in advance.
> gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c diff.c -o diff.o
> In file included from rsync.h:915,
> from diff.h:27,
> from diff.c:25:
> proto.h:62: warning: ?struct diff_file_list? declared inside parameter list
> proto.h:62: warning: its scope is only this definition or declaration, which is probably not what you want
> diff.c: In function ?init_diff_idx?:
> diff.c:56: warning: unused parameter ?pdiffidx_file?
> diff.c: At top level:
> diff.c:65: error: confl...