diff options
author | Stafford Horne <shorne@gmail.com> | 2017-10-04 00:44:37 +0900 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-01-31 15:26:58 -0500 |
commit | 5bc4f5ca1554779f4e83702a4d92babd370384cd (patch) | |
tree | 6ba3aa5f159913d6fb1636392d8de6f3d4db6a55 /binutils/readelf.c | |
parent | 5f05936d9b14d2a75eaea7cc396052de268f8503 (diff) | |
download | gdb-5bc4f5ca1554779f4e83702a4d92babd370384cd.zip gdb-5bc4f5ca1554779f4e83702a4d92babd370384cd.tar.gz gdb-5bc4f5ca1554779f4e83702a4d92babd370384cd.tar.bz2 |
sim: cgen-accfp: Fix pointer sign warnings
When compiling we get the following warnings:
common/cgen-accfp.c: In function 'fixsfsi':
common/cgen-accfp.c:370:18: warning: pointer targets in passing argument 1 of 'sim_fpu_to32i' differ in signedness [-Wpointer-sign]
sim_fpu_to32i (&res, &op1, sim_fpu_round_near);
^
common/cgen-accfp.c: In function 'fixdfsi':
common/cgen-accfp.c:381:18: warning: pointer targets in passing argument 1 of 'sim_fpu_to32i' differ in signedness [-Wpointer-sign]
sim_fpu_to32i (&res, &op1, sim_fpu_round_near);
^
Diffstat (limited to 'binutils/readelf.c')
0 files changed, 0 insertions, 0 deletions