help-glpk
[Top][All Lists]
Advanced

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

Re: [Help-glpk] GLPK remove warning about redefinition of SIZE_T_MAX


From: Andrew Makhorin
Subject: Re: [Help-glpk] GLPK remove warning about redefinition of SIZE_T_MAX
Date: Wed, 13 Jun 2018 15:33:21 +0300

On Wed, 2018-06-13 at 14:05 +0200, Christopher Zimmermann wrote:
> Hello,
> 
> clang on OpenBSD warns about redefinition of SIZE_T_MAX in env.h.
> You may consider protecting the definition by
> #if !defined(SIZE_T_MAX).
> 
> Thanks,
> Christopher
> 
> 
> 

Thank you for your suggestion. However, SIZE_T_MAX is neither a standard
macro nor reserved one (according to the ISO C Standard), so it should
*not* be defined in the standard library headers.


Andrew Makhorin





reply via email to

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