From bc914576ae862e8241e6b830e28361e9de6a01cf Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 4 Feb 2011 06:08:02 +0000 Subject: Fix warnings when building with --strict (but without --debug). git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@2909 a436a847-0d15-0410-975c-d299462d15a1 --- src/PortID.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/PortID.hpp b/src/PortID.hpp index 35f8b53..e411cba 100644 --- a/src/PortID.hpp +++ b/src/PortID.hpp @@ -82,6 +82,7 @@ operator<<(std::ostream& os, const PortID& id) break; } assert(false); + return os; } static inline bool @@ -114,6 +115,7 @@ operator<(const PortID& a, const PortID& b) break; } assert(false); + return false; } #endif // PATCHAGE_PORTID_HPP -- cgit v1.2.1