Accepting request 737995 from science
OBS-URL: https://build.opensuse.org/request/show/737995 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glpk?expand=0&rev=23
This commit is contained in:
commit
112de5f452
@ -6,7 +6,7 @@ Index: glpk-4.65/src/draft/glpios01.c
|
||||
IOSCUT *ios_find_row(IOSPOOL *pool, int i)
|
||||
{ /* find row (constraint) in the cut pool */
|
||||
xassert(0);
|
||||
+ return;
|
||||
+ return 0;
|
||||
}
|
||||
#else
|
||||
IOSCUT *ios_find_row(IOSPOOL *pool, int i)
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 12 11:49:46 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||
|
||||
- Fix glpk-no_random_return.patch to return a value for a non-void
|
||||
function.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 21 10:08:56 UTC 2018 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user