SHA256
3
0
forked from pool/ocaml-mccs
Files
ocaml-mccs/ocaml-mccs.patch
Olaf Hering 04e30f305e - Require current ocaml-rpm-macros
- Update to version 1.1+13:
  * No changelog provided.
- Fix build with ocaml-mccs.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-mccs?expand=0&rev=16
2021-04-16 16:26:03 +00:00

12 lines
361 B
Diff

--- a/src/glpk/draft/glpios01.c
+++ b/src/glpk/draft/glpios01.c
@@ -1490,7 +1490,7 @@ int ios_add_row(glp_tree *tree, IOSPOOL
#ifdef NEW_LOCAL /* 02/II-2018 */
IOSCUT *ios_find_row(IOSPOOL *pool, int i)
{ /* find row (constraint) in the cut pool */
- xassert(0);
+ xassert(0); return NULL;
}
#else
IOSCUT *ios_find_row(IOSPOOL *pool, int i)