bug-coreutils
[Top][All Lists]
Advanced

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

bug#55895: [PATCH] maint: Fix ptr_align signature to silence -Wmaybe-uni


From: Anders Kaseorg
Subject: bug#55895: [PATCH] maint: Fix ptr_align signature to silence -Wmaybe-uninitialized
Date: Sat, 11 Jun 2022 21:18:00 +0000

I know C. I’m not saying that const implies writes don’t happen elsewhere. I’m 
saying that _aligning_ a const pointer implies it’s not _useful_ for 
_unaligned_ writes to happen elsewhere. And if you align the mutable pointer, 
you don’t need to separately align a const pointer.

Anders





reply via email to

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