diff options
-rw-r--r-- | libbpkg/manifest.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libbpkg/manifest.cxx b/libbpkg/manifest.cxx index adb4ffc..951c6a6 100644 --- a/libbpkg/manifest.cxx +++ b/libbpkg/manifest.cxx @@ -249,6 +249,9 @@ namespace bpkg } bad_arg (string (what) + " should be 2-byte unsigned integer"); + + assert (false); // Can't be here. + return 0; }; enum class mode {epoch, upstream, release, revision}; |