Dominique Leuenberger 2019-10-14 10:42:03 +00:00 committed by Git OBS Bridge
commit 112de5f452
2 changed files with 7 additions and 1 deletions

View File

@ -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)

View File

@ -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>