Re: [PATCH] Fix implicit cast warning in test_klp_state.c

From: zhang warden
Date: Tue Feb 20 2024 - 21:40:20 EST


Would you please pasting the original warning of your complier?
And did you check your source code if your source code is the the latest version?

Regards,
Warden

> On Feb 20, 2024, at 21:20, Shresth Prasad <shresthprasad7@xxxxxxxxx> wrote:
>
>> What compiler version and architecture? Are you >compiling using flags like W=1?
>> I would advise you to always add more information >about how the problem
>> manifests, and what you are executing. This can >help to nail down the issue quicker.
>
> I'll keep that in mind. I'm on an x86_64 system with gcc version 13.2.1 20230801.
>
> I'm using the command `make -j15 -C tools/testing/selftests` with no additional flags.
>
> Regards,
> Shresth