mirror of
https://github.com/glest/glest-source.git
synced 2025-08-17 21:51:17 +02:00
- code cleanup based on verbose output from the latest git version of cppcheck
This commit is contained in:
@@ -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;
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user