qemu-patch-raspberry4/libdecnumber
Tom Musta 4922fd7d52 libdecnumber: Eliminate Unused Variable in decSetSubnormal
Eliminate an unused variable in the decSetSubnormal routine.  The
variable dnexp is declared and eventually set but never used, and
thus may trigger an unused-but-set-variable warning.

Signed-off-by: Tom Musta <tommusta@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
2014-06-16 13:24:28 +02:00
..
dpd libdecnumber: Eliminate redundant declarations 2014-06-16 13:24:28 +02:00
decContext.c libdecnumber: Prepare libdecnumber for QEMU include structure 2014-06-16 13:24:28 +02:00
decNumber.c libdecnumber: Eliminate Unused Variable in decSetSubnormal 2014-06-16 13:24:28 +02:00