help-glpk
[Top][All Lists]
Advanced

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

Re: [Help-glpk] testing glpk 4.46 on 64-bit platform


From: Andrew Makhorin
Subject: Re: [Help-glpk] testing glpk 4.46 on 64-bit platform
Date: Thu, 28 Apr 2011 20:45:29 +0400

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




reply via email to

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