emacs-devel
[Top][All Lists]
Advanced

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

Warning in lib/stdlib.c


From: Eli Zaretskii
Subject: Warning in lib/stdlib.c
Date: Sat, 21 Dec 2024 15:10:31 +0200

Hi,

With the latest master branch, I get a compiler warning in stdlib.c
when building the unexec configuration:

  stdlib.c:20: warning: "_GL_STDLIB_INLINE" redefined
     20 | #define _GL_STDLIB_INLINE _GL_EXTERN_INLINE
        |
  In file included from ../src/conf_post.h:102,
                   from ../src/config.h:3763,
                   from stdlib.c:18:
  ./stdlib.h:136: note: this is the location of the previous definition
    136 | # define _GL_STDLIB_INLINE _GL_INLINE
        |



reply via email to

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