From 9974a2e61cc34f4a7d11288e2e1c6edec94bab46 Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Wed, 26 Oct 2011 10:21:21 +0100 Subject: [PATCH] agg-2.4.tar.gz-noarch-fixpathstoragewarning.diff [JoeB] --- deps/agg/include/agg_path_storage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/agg/include/agg_path_storage.h b/deps/agg/include/agg_path_storage.h index 6a238aee7..9a2fd8232 100644 --- a/deps/agg/include/agg_path_storage.h +++ b/deps/agg/include/agg_path_storage.h @@ -736,7 +736,7 @@ namespace agg template void join_path(VertexSource& vs, unsigned path_id = 0) { - double x, y; + double x=0.0, y=0.0; unsigned cmd; vs.rewind(path_id); cmd = vs.vertex(&x, &y);