Skip to content

Fix compiler warning with glibc 2.43 - #22031

Closed
arnaud-lb wants to merge 1 commit into
php:PHP-8.4from
arnaud-lb:compiler-warnings-2
Closed

Fix compiler warning with glibc 2.43#22031
arnaud-lb wants to merge 1 commit into
php:PHP-8.4from
arnaud-lb:compiler-warnings-2

Conversation

@arnaud-lb

Copy link
Copy Markdown
Member

Fix compiler warnings with glibc 2.43 support of C23 const-preserving standard library macros: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers].

These are cases I didn't spot in #21950.

…standard library macros: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
@arnaud-lb
arnaud-lb marked this pull request as ready for review May 18, 2026 08:44
@arnaud-lb
arnaud-lb requested a review from Girgias as a code ownerMay 18, 2026 08:44
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@arnaud-lb@Girgias