bug-glpk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-glpk] Bad return of a routine


From: Andrew Makhorin
Subject: Re: [Bug-glpk] Bad return of a routine
Date: Thu, 20 Dec 2007 16:31:34 +0300

> Hi Andrew. I wish to inform you that when I compiled GLPK 4.25 under
> windows it said that routine "sort_pool " should return a value.

Thank you for the bug report.

Hope the compiler issues a warning, not error. Otherwise please replace
the following line (file glpios03.c, line 1605):

static sort_pool(glp_tree *tree, IOSPOOL *pool)

by

static void sort_pool(glp_tree *tree, IOSPOOL *pool)

and recompile the package.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]