From 302834a875804ff943dfb005682949fd3d404d01 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 11 Jan 2016 10:02:52 +0200 Subject: Get rid of warning --- bpkg/satisfaction.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bpkg/satisfaction.cxx b/bpkg/satisfaction.cxx index 53a1e0e..69d0eea 100644 --- a/bpkg/satisfaction.cxx +++ b/bpkg/satisfaction.cxx @@ -70,8 +70,9 @@ namespace bpkg : *l.max_version <= *r.max_version; } else + { // Doesn't matter what l.max_version is, so leave s to be true. - ; + } } else s = !r.max_version; -- cgit v1.1