aboutsummaryrefslogtreecommitdiff
path: root/bpkg/satisfaction.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-01-11 10:02:52 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-01-11 10:02:52 +0200
commit302834a875804ff943dfb005682949fd3d404d01 (patch)
tree695e10dc89337f20d793b88a336a5a98ff6caf73 /bpkg/satisfaction.cxx
parent7cf5e1c7520b02efcddd16628cb9e18860c4c9d8 (diff)
Get rid of warning
Diffstat (limited to 'bpkg/satisfaction.cxx')
-rw-r--r--bpkg/satisfaction.cxx3
1 files changed, 2 insertions, 1 deletions
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;