[Freeassociation-devel] [patch] trivial warning fix
Allen Winter
winter at kde.org
Sat Aug 20 09:02:32 PDT 2011
Thanks. Committed to trunk and to the windows-test branch
On Thursday, August 18, 2011 06:30:33 am Brad Hards wrote:
> There are quite a lot of warnings in a (cmake) build of libical from trunk.
>
> This fixes just one.
> Index: src/test/regression.c
> ===================================================================
> --- src/test/regression.c (revision 1088)
> +++ src/test/regression.c (working copy)
> @@ -567,7 +567,7 @@
>
> printf("Final: %s\n", f);
>
> - printf("Final buffer size: %d\n",bufsize);
> + printf("Final buffer size: %zd\n", bufsize);
> }
>
> ok("final buffer size == 806", (bufsize == 806));
>
> ------------------------------------------------------------------------------
> Get a FREE DOWNLOAD! and learn more about uberSVN rich system,
> user administration capabilities and model configuration. Take
> the hassle out of deploying and managing Subversion and the
> tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
> _______________________________________________
> Freeassociation-devel mailing list
> Freeassociation-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freeassociation-devel
>
More information about the libical-devel
mailing list