aboutsummaryrefslogtreecommitdiff
path: root/hw/net/virtio-net.c
diff options
context:
space:
mode:
authorAkihiko Odaki <akihiko.odaki@daynix.com>2024-03-04 01:25:20 +0900
committerPaolo Bonzini <pbonzini@redhat.com>2024-03-08 15:51:21 +0100
commit5d402bd9aef3fdf9fbaa387db8be8318c9a37d0a (patch)
tree91e371fe3a93d8c7b23db7ad1565bc89d86c1040 /hw/net/virtio-net.c
parent012b170173bcaa14b9bc26209e0813311ac78489 (diff)
downloadqemu-5d402bd9aef3fdf9fbaa387db8be8318c9a37d0a.zip
qemu-5d402bd9aef3fdf9fbaa387db8be8318c9a37d0a.tar.gz
qemu-5d402bd9aef3fdf9fbaa387db8be8318c9a37d0a.tar.bz2
meson: Remove --warn-common ldflag
--warn-common ldflag causes warnings for multiple definitions of ___asan_globals_registered when enabling AddressSanitizer with clang. The warning is somewhat obsolete so just remove it. The common block is used to allow duplicate definitions of uninitialized global variables. In the past, GCC and clang used to place such variables in a common block by default, which prevented programmers for noticing accidental duplicate definitions. Commit 49237acdb725 ("Enable ld flag --warn-common") added --warn-common ldflag so that ld warns in such a case. Today, both of GCC and clang don't use common blocks by default[1][2] so any remaining use of common blocks should be intentional. Remove --warn-common ldflag to suppress warnings for intentional use of common blocks. [1]: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85678 [2]: https://reviews.llvm.org/D75056 Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> Message-ID: <20240304-common-v1-1-1a2005d1f350@daynix.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/net/virtio-net.c')
0 files changed, 0 insertions, 0 deletions