Skip to content

More constness/C23 fixes [0.4.x]#169

Merged
twaugh merged 1 commit intotwaugh:0.4.xfrom
hhoffstaette:constness-0.4.x
Feb 27, 2026
Merged

More constness/C23 fixes [0.4.x]#169
twaugh merged 1 commit intotwaugh:0.4.xfrom
hhoffstaette:constness-0.4.x

Conversation

@hhoffstaette
Copy link
Contributor

Description

Followup const/C23 fixes for #159

Type of Change

  • Bug fix (targets 0.4.x)
  • New feature (targets master)
  • Documentation update
  • Other (please describe)

Testing

make check:

============================================================================
Testsuite summary for patchutils 0.4.5
============================================================================
# TOTAL: 199
# PASS:  193
# SKIP:  0
# XFAIL: 6
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================

This is a followup to twaugh#159 and fixes more glibc-2.43/C23 related const
warnings. Where we can, we make things more const; where necessary we
explicitly treat mutable things as mutable instead of pretending that
they are not.

Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com>
@hhoffstaette
Copy link
Contributor Author

Not sure what Codecov is complaining about.. 🤷

@hhoffstaette hhoffstaette changed the title More const fixes for C23 [0.4.x] More constness/C23 fixes [master] Feb 26, 2026
@hhoffstaette hhoffstaette changed the title More constness/C23 fixes [master] More constness/C23 fixes [0.4.x] Feb 26, 2026
@twaugh
Copy link
Owner

twaugh commented Feb 27, 2026

Thank you!

@twaugh twaugh merged commit cb513b9 into twaugh:0.4.x Feb 27, 2026
10 of 13 checks passed
@hhoffstaette hhoffstaette deleted the constness-0.4.x branch February 27, 2026 16:04
@twaugh
Copy link
Owner

twaugh commented Feb 27, 2026

Not sure what Codecov is complaining about.. 🤷

I couldn't either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants