[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] maint: avoid discarded-qualifiers warnings with SELinux 3.5
From: |
Bernhard Voelker |
Subject: |
Re: [PATCH] maint: avoid discarded-qualifiers warnings with SELinux 3.5 |
Date: |
Fri, 17 Mar 2023 18:59:06 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 |
On 3/17/23 13:16, Pádraig Brady wrote:
For backwards compat, do we need to use something like
the se_const wrapper we used to have?
https://github.com/coreutils/coreutils/commit/8e764584f
(eventually removed in):
https://github.com/coreutils/coreutils/commit/e53bb7ad0
As it's about the return type of a function rather than about
a function argument this time, I don't think this is necessary.
Have a nice day,
Berny