Menu

#3 serious warnings when compiled in VC++6.0

open
nobody
None
5
2004-03-01
2004-03-01
No

These warnings came up and it makes me wonder.

Would it be possible to have the choice to simply
download a win32 EXE ?

Here is code line 247 and the warning follows:

if (!xmlStrcmp(cur->name, (const xmlChar *) "to"));

--------------------Configuration: pop3httpproxy -
Win32 Release MinDependency--------------------
Compiling...
xmlstuff.cpp
C:\hotpop3.0.0.1\hotway-0.3m\xmlstuff.cpp(247) :
warning C4390: ';' : empty controlled statement found;
is this the intent?
C:\hotpop3.0.0.1\hotway-0.3m\xmlstuff.cpp(249) :
warning C4390: ';' : empty controlled statement found;
is this the intent?
C:\hotpop3.0.0.1\hotway-0.3m\xmlstuff.cpp(251) :
warning C4390: ';' : empty controlled statement found;
is this the intent?
C:\hotpop3.0.0.1\hotway-0.3m\xmlstuff.cpp(253) :
warning C4390: ';' : empty controlled statement found;
is this the intent?
C:\hotpop3.0.0.1\hotway-0.3m\xmlstuff.cpp(265) :
warning C4390: ';' : empty controlled statement found;
is this the intent?

Discussion


Log in to post a comment.