diff options
Diffstat (limited to 'bpkg/manifest.cxx')
-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. |