> SIZE_T_MAX is redefined somewhere in system headers, so these warnings
> are not related to glpk code.
> 

Oops, it is defined in limits.h and redefined in src/amd/amd_internal.h
at line 21:

#define SIZE_T_MAX ((size_t)(-1))

This definition is correct and must not cause any problems.

However, I think that SIZE_T_MAX defined in limits.h is a non-standard
macro. At least neither ANSI C nor POSIX define it.


_______________________________________________
Help-glpk mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to