From ecb1efeebaa5597bee4cfdaab7bff4007b73127d Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sun, 28 Jan 2018 11:14:33 +0300 Subject: Suppress GCC's 'maybe uninitialized' warnings --- bpkg/rep-fetch.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/rep-fetch.cxx') diff --git a/bpkg/rep-fetch.cxx b/bpkg/rep-fetch.cxx index 93ccbc6..f53919f 100644 --- a/bpkg/rep-fetch.cxx +++ b/bpkg/rep-fetch.cxx @@ -348,7 +348,7 @@ namespace bpkg rep_fetch (o, t, r, root, ""); // No reason (user-added). } - size_t rcount, pcount; + size_t rcount (0), pcount (0); if (verb) { rcount = db.query_value (); -- cgit v1.1