Details
Description
When the code is compiled with Compaq/HP native cxx compiler, it produces 1207
warnings due to extra semicolons ";" at ends of function definitions like
void foo()
{
};
Is there really a reason to have all those semicolons there ?
The URL above, http://www.cis.hut.fi/jorma/xerces-2.2.0-extra-semicolons ,
contains a full listing of the semicolons.