[PATCH 02/10] test_alarm: avoid warning about different qualifiers
fengchengwen
fengchengwen at huawei.com
Wed Feb 12 01:59:52 CET 2025
Signed-off-by: Chengwen Feng <fengchengwen at huawei.com>
On 2025/2/12 6:01, Andre Muezerie wrote:
> Compiling with MSVC results in the warning below:
>
> app/test/test_alarm.c(54): warning C4090: 'function':
> different '_Atomic' qualifiers
>
> The fix is to use a macro to explicitly drop the qualifier.
>
> Signed-off-by: Andre Muezerie <andremue at linux.microsoft.com>
More information about the dev
mailing list