- Update to version 4.6.1 - Upstream does not provide a changelog - Add patches: * 0001-Fix-narrowing-conversion-error.patch * 0001-Use-explicit-cast-and-prevent-compiler-error.patch * wvstreams-4.6.1-fix-stack-size.patch * wvstreams-4.6.1-gcc10.patch * wvstreams-4.6.1-gcc47.patch * wvstreams-4.6.1-magic.patch * wvstreams-4.6.1-make.patch * wvstreams-4.6.1-multilib.patch * wvstreams-4.6.1-openssl11.patch * wvstreams-4.6.1-statinclude.patch * wvstreams-4.6.1-use_DEFAULT_SOURCE.patch - Delete patches: * 73045.diff * sentinel.diff * set-empty.diff * wvcrash.diff * wvstreams-buildcompare.patch * wvstreams-fixrace.patch * wvstreams-gcc43.patch * wvstreams-gcc47.patch * wvstreams-headers.patch * wvstreams-wvmodem-iotcl.patch OBS-URL: https://build.opensuse.org/request/show/957628 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/wvstreams?expand=0&rev=32
14 lines
340 B
Diff
14 lines
340 B
Diff
diff --git a/xplc/moduleloader.cc b/xplc/moduleloader.cc
|
|
index 02dd9a4..047d3bc 100644
|
|
--- a/xplc/moduleloader.cc
|
|
+++ b/xplc/moduleloader.cc
|
|
@@ -64,7 +64,7 @@ Module* Module::loadModule(const char* modulename) {
|
|
|
|
switch(moduleinfo->version_major) {
|
|
#ifdef UNSTABLE
|
|
- case -1:
|
|
+ case -1u:
|
|
/* nothing to do */
|
|
break;
|
|
#endif
|