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/manifest-utility.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/manifest-utility.cxx') diff --git a/bpkg/manifest-utility.cxx b/bpkg/manifest-utility.cxx index 031d51a..d697620 100644 --- a/bpkg/manifest-utility.cxx +++ b/bpkg/manifest-utility.cxx @@ -95,7 +95,7 @@ namespace bpkg // if directory contains the .git/ subdirectory then git, otherwise // bpkg. // - repository_type t; + repository_type t (repository_type::bpkg); if (ot) t = *ot; -- cgit v1.1