Compiled almost flawlessly.
2 warnings - one LNK4089 , safe to ignore.
The other kind of curious..
E:\source\xmail-1.6\TabIndex.cpp(198) : warning C4700: local variable
'ii' used without having been initialized
Chased it down:
static int TbixFreeHash(HashNode * pHash, int iHashSize)
{
for (int ii; ii < iHashSize; ii++)
{
I remember sometime in a past life discussing this - is it safe to
assume an uninitialized variable will be 0 ?
Dan
-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]