[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0/6] fix uninitialized variable warning
From: |
Peter Maydell |
Subject: |
Re: [PATCH 0/6] fix uninitialized variable warning |
Date: |
Tue, 3 Nov 2020 10:15:16 +0000 |
On Tue, 3 Nov 2020 at 02:07, Chen Qun <kuhn.chenqun@huawei.com> wrote:
>
> Hi all,
> There are some variables initialized warnings reported by the compiler,
> even if the default CFLAG for the compiler parameters are uesed.
>
> This serial has added some default values or changed the assignment places
> for the variablies to fix them.
Hi; if you're reporting/fixing compiler errors/warnings please
can you include the compiler version that produced the error
in the commit message? This is helpful for telling us whether
it's a problem with older compilers or whether this is a new
compiler that checks for some things more carefully.
thanks
-- PMM
- RE: [PATCH 5/6] plugins/loader: fix uninitialized variable warning in plugin_reset_uninstall(), (continued)