]> git.ipfire.org Git - thirdparty/gcc.git/commit
Silence two instances of -Wcalloc-transposed-args
authorPeter Damianov <peter0x44@disroot.org>
Fri, 3 May 2024 08:02:35 +0000 (01:02 -0700)
committerRichard Biener <rguenther@suse.de>
Fri, 3 May 2024 11:24:10 +0000 (13:24 +0200)
commitc5245c869f0468ddb67c6d996219bd443610673c
treed3e84974ea93810a6ba599f3eb64dbe940fa9322
parent212d93f4b3a2b63817b7b32efa1d910e5720ddc6
Silence two instances of -Wcalloc-transposed-args

libgcc/
* libgcov-util.c (tag_counters): Swap order of arguments to xcalloc.
(topen_to_memory_representation): Likewise.

Signed-off-by: Peter Damianov <peter0x44@disroot.org>
libgcc/libgcov-util.c