Mercurial > hg > piper-cpp
comparison vamp-server/convert.cpp @ 153:e558e042d9c7
The gcc version Travis is using complains about the default return;
changing that, but a bit worried this may presage more
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Fri, 20 Jan 2017 18:00:32 +0000 |
parents | b37530377d6e |
children | 0876b5e67afe |
comparison
equal
deleted
inserted
replaced
152:6ccb195d6de6 | 153:e558e042d9c7 |
---|---|
164 tag = r.getId().getTag(); | 164 tag = r.getId().getTag(); |
165 return { RequestOrResponse::RpcId::Tag, 0, tag }; | 165 return { RequestOrResponse::RpcId::Tag, 0, tag }; |
166 case piper::RpcRequest::Id::Which::NONE: | 166 case piper::RpcRequest::Id::Which::NONE: |
167 return { RequestOrResponse::RpcId::Absent, 0, "" }; | 167 return { RequestOrResponse::RpcId::Absent, 0, "" }; |
168 } | 168 } |
169 return {}; | 169 return { RequestOrResponse::RpcId::Absent, 0, "" }; |
170 } | 170 } |
171 | 171 |
172 template <typename Builder> | 172 template <typename Builder> |
173 static void | 173 static void |
174 buildCapnpId(Builder &b, const RequestOrResponse::RpcId &id) | 174 buildCapnpId(Builder &b, const RequestOrResponse::RpcId &id) |