[Box Backup-dev] Fwd: report from Fedora Core 4 user
Martin Ebourne
boxbackup-dev@fluffy.co.uk
Wed, 28 Dec 2005 13:28:42 +0000
On Wed, 2005-12-28 at 13:12 +0000, Ben Summers wrote:
> > I got a few warnings like
> >
> > BackupDaemon.cpp: In member function ___void BackupDaemon::Run2()___:
> > BackupDaemon.cpp:734: warning: format ___%lld___ expects type
> > ___long long int___, but argument 3 has type ___int64_t___
> > BackupDaemon.cpp:734: warning: format ___%lld___ expects type
> > ___long long int___, but argument 4 has type ___int64_t___
> > BackupDaemon.cpp:734: warning: format ___%lld___ expects type
> > ___long long int___, but argument 5 has type ___int64_t___
> > BackupDaemon.cpp: In member function ___void
> > BackupDaemon::DeleteUnusedRootDirEntries(BackupClientContext&)___:
> > BackupDaemon.cpp:1822: warning: format ___%08llx___ expects type
> > ___long long unsigned int___, but argument 4 has type ___long int___
> >
> > but nothing serious.
>
> Shall I ask for more details? (checkout as of this morning)
Yeah, I get possibly hundreds of those.
That's what I plan to fix with streams. Using #ifdef as per the merged
win32 changes is not viable in the medium-long term.
Cheers,
Martin.