* add missing patch to wvstreams
This commit is contained in:
parent
70db0771b9
commit
c6bd77c1b9
11
wvstreams/wvstreams-4.6.1-gcc10.patch
Normal file
11
wvstreams/wvstreams-4.6.1-gcc10.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- xplc.orig/moduleloader.cc
|
||||
+++ xplc/moduleloader.cc
|
||||
@@ -62,7 +62,7 @@ Module* Module::loadModule(const char* m
|
||||
|
||||
switch(moduleinfo->version_major) {
|
||||
#ifdef UNSTABLE
|
||||
- case -1:
|
||||
+ case (unsigned int)-1:
|
||||
/* nothing to do */
|
||||
break;
|
||||
#endif
|
Loading…
x
Reference in New Issue
Block a user