[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

compiler printf format warning

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-05-23 22:02:50 CEST

Hello

gcc is complaining about

../svn/subversion/libsvn_fs/reps-strings.c: In function `svn_fs__rep_contents_clear':
../svn/subversion/libsvn_fs/reps-strings.c:1076: warning: char format, svn_fs__representation_t arg (arg 6)

    return svn_error_createf
      (SVN_ERR_FS_REP_NOT_MUTABLE, 0, NULL, trail->pool,
       "svn_fs__rep_contents_clear: rep \"%s\" is not mutable", rep);

It's not immediately obvious to me which bit of rep should be printed.

-- 
Philip
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 23 22:03:58 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.