SHA256
8
0
forked from pool/xmlrpc-c
Files
xmlrpc-c/xmlrpc-c-no_return_nonvoid.patch
Martin Pluskal f0f5ba39e7 - Update to version 1.39.12:
* For full list of changes see:
    http://xmlrpc-c.sourceforge.net/change_super_stable.html
- Drop upstreamed narrowing.patch
- Add xmlrpc-c-no_return_nonvoid.patch
- Update to 1.33.18

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/xmlrpc-c?expand=0&rev=76
2017-03-24 17:52:37 +00:00

13 lines
359 B
Diff

Index: lib/abyss++/AbyssServer.cpp
===================================================================
--- lib/abyss++/AbyssServer.cpp.orig
+++ lib/abyss++/AbyssServer.cpp
@@ -300,6 +300,7 @@ AbyssServer::Session::method() const {
case m_trace: return METHOD_TRACE;
case m_options: return METHOD_OPTIONS;
}
+ return METHOD_UNKNOWN;
}