From 1f5180f24fa8e13e4ab28256fca3d157b24b3155 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 20 Dec 2015 05:08:27 +0200 Subject: Get rid of Clang warning --- bpkg/manifest.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bpkg/manifest.cxx b/bpkg/manifest.cxx index 440bf2a..20ded6d 100644 --- a/bpkg/manifest.cxx +++ b/bpkg/manifest.cxx @@ -697,7 +697,7 @@ namespace bpkg // Got to version comparison. // const char* op (&*i); - comparison operation; + comparison operation (comparison::eq); // Uninitialized warning. // While we have to_comparison(), using it in this situation // won't save us anything. -- cgit v1.1