forked from pool/xmlrpc-c
* 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
13 lines
359 B
Diff
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;
|
|
}
|
|
|
|
|