summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@yahoo.com>2017-08-10 20:04:01 +0200
committerJoel Klinghed <the_jk@yahoo.com>2017-08-10 20:04:01 +0200
commit725cb48b8909588b41c86c680e40b0a7df13e384 (patch)
treea8f4181ff1a1c2d6a96ce64c03e5fd2a46d490e5 /src
parent2d028a0449b4e1e8b1a35ff68f531e5b6ca7c75f (diff)
Workaround warning
Diffstat (limited to 'src')
-rw-r--r--src/monitor-gui.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/monitor-gui.cc b/src/monitor-gui.cc
index 67b9b63..61c720f 100644
--- a/src/monitor-gui.cc
+++ b/src/monitor-gui.cc
@@ -1624,6 +1624,8 @@ private:
case PackagesReader::GOOD:
return true;
}
+ assert(false);
+ return false;
}
bool save(PackageList const* packages, std::string const& file) {