diff options
author | Dexuan Cui | 2019-06-15 07:00:57 +0200 |
---|---|---|
committer | David S. Miller | 2019-06-16 23:00:51 +0200 |
commit | d424a2afd7da136a98e9485bfd6c5d5506bd77f8 (patch) | |
tree | 02d840bc0bf092cdf518922c404b91e053d1dae7 /Makefile | |
parent | be2net: Fix number of Rx queues used for flow hashing (diff) | |
download | kernel-qcow2-linux-d424a2afd7da136a98e9485bfd6c5d5506bd77f8.tar.gz kernel-qcow2-linux-d424a2afd7da136a98e9485bfd6c5d5506bd77f8.tar.xz kernel-qcow2-linux-d424a2afd7da136a98e9485bfd6c5d5506bd77f8.zip |
hv_sock: Suppress bogus "may be used uninitialized" warnings
gcc 8.2.0 may report these bogus warnings under some condition:
warning: ‘vnew’ may be used uninitialized in this function
warning: ‘hvs_new’ may be used uninitialized in this function
Actually, the 2 pointers are only initialized and used if the variable
"conn_from_host" is true. The code is not buggy here.
Signed-off-by: Dexuan Cui <decui@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions