commit | 4922fd7d526e2740c18cee69cd371a32dcb2049a | [log] [tgz] |
---|---|---|
author | Tom Musta <tommusta@gmail.com> | Mon Apr 21 15:54:51 2014 -0500 |
committer | Alexander Graf <agraf@suse.de> | Mon Jun 16 13:24:28 2014 +0200 |
tree | 8171941dbb455908824838306aa036eff2e98247 | |
parent | 426d9a1a59e07ebcde3ec55c8b7997e44ce34d2d [diff] |
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>