gprofng/testsuite: eliminate bogus casts
authorJan Beulich <jbeulich@suse.com>
Mon, 19 Dec 2022 08:36:00 +0000 (09:36 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 19 Dec 2022 08:36:00 +0000 (09:36 +0100)
commitf8b6a781fb6b7e799c95c1c2be87accc39c0b7c0
treefec48c3ec9f248c2dfc093c78469edde3eb7ea2e
parent08b50e1e03b27950730f3136eb311962d0deec14
gprofng/testsuite: eliminate bogus casts

Casting pointers to unsigned int is generally problematic and hence
compilers tend to warn about such. While here they're used only in
fprintf(), it still seems better to omit such casts, even if only to
avoid setting bad precedents.
gprofng/testsuite/gprofng.display/synprog/so_syn.c
gprofng/testsuite/gprofng.display/synprog/so_syx.c