]> git.proxmox.com Git - mirror_qemu.git/commit
libdecnumber: Eliminate Unused Variable in decSetSubnormal
authorTom Musta <tommusta@gmail.com>
Mon, 21 Apr 2014 20:54:51 +0000 (15:54 -0500)
committerAlexander Graf <agraf@suse.de>
Mon, 16 Jun 2014 11:24:28 +0000 (13:24 +0200)
commit4922fd7d526e2740c18cee69cd371a32dcb2049a
tree8171941dbb455908824838306aa036eff2e98247
parent426d9a1a59e07ebcde3ec55c8b7997e44ce34d2d
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>
libdecnumber/decNumber.c