1
0
mirror of https://github.com/nginx/nginx.git synced 2025-04-19 20:42:16 +03:00
Edgar Bonet efc6a217b9 Configure: fixed building libatomic test.
Using "long *" instead of "AO_t *" leads either to -Wincompatible-pointer-types
or -Wpointer-sign warnings, depending on whether long and size_t are compatible
types (e.g., ILP32 versus LP64 data models).  Notably, -Wpointer-sign warnings
are enabled by default in Clang only, and -Wincompatible-pointer-types is an
error starting from GCC 14.

Signed-off-by: Edgar Bonet <bonet@grenoble.cnrs.fr>
2024-05-16 11:15:10 +02:00
..
2012-01-18 15:07:43 +00:00
2012-01-18 15:07:43 +00:00
2012-01-18 15:07:43 +00:00
2012-01-18 15:07:43 +00:00
2021-09-21 14:46:25 +03:00
2024-02-21 17:36:02 +04:00
2012-01-18 15:07:43 +00:00
2024-02-21 17:36:02 +04:00
2022-01-25 15:41:48 +03:00
2012-01-18 15:07:43 +00:00
2021-12-25 01:07:15 +03:00
2023-05-06 16:23:27 +04:00