- code cleanup based on verbose output from the latest git version of cppcheck

This commit is contained in:
Mark Vejvoda
2012-10-06 07:27:32 +00:00
parent 5e42c6dc03
commit 2f1ddf7776
6 changed files with 14 additions and 15 deletions

View File

@@ -51,7 +51,7 @@ P5 = 4.1381369442e-08f; /* 0x3331bb4c */
#endif
{
float y,hi,lo,c,t;
int32_t k,xsb;
int32_t k=0,xsb;
u_int32_t hx;
GET_FLOAT_WORD(hx,x);

View File

@@ -289,9 +289,9 @@ static Simple pS2[5] = {
#endif
{
#ifdef __STDC__
const Simple *p,*q;
const Simple *p=0,*q=0;
#else
Simple *p,*q;
Simple *p=0,*q=0;
#endif
Simple z,r,s;
int32_t ix;
@@ -425,9 +425,9 @@ static Simple qS2[6] = {
#endif
{
#ifdef __STDC__
const Simple *p,*q;
const Simple *p=0,*q=0;
#else
Simple *p,*q;
Simple *p=0,*q=0;
#endif
Simple s,r,z;
int32_t ix;

View File

@@ -288,9 +288,9 @@ static Simple ps2[5] = {
#endif
{
#ifdef __STDC__
const Simple *p,*q;
const Simple *p=0,*q=0;
#else
Simple *p,*q;
Simple *p=0,*q=0;
#endif
Simple z,r,s;
int32_t ix;
@@ -425,9 +425,9 @@ static Simple qs2[6] = {
#endif
{
#ifdef __STDC__
const Simple *p,*q;
const Simple *p=0,*q=0;
#else
Simple *p,*q;
Simple *p=0,*q=0;
#endif
Simple s,r,z;
int32_t ix;