diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-20 05:08:27 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-20 05:08:27 +0200 |
commit | 1f5180f24fa8e13e4ab28256fca3d157b24b3155 (patch) | |
tree | 252b88e0e6dc636158aa45a2f18af0bca405cd32 | |
parent | 0864c1be2a36de6f8840f89734113bfbdaeb77a1 (diff) |
Get rid of Clang warning
-rw-r--r-- | bpkg/manifest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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. |