Guys,
I'm trying to build Moz1.4 beta using the Intel C compiler on Win32.
As usual, whenever you try a new compiler, there are a few issues to deal
with.
The first one I need a little help with in the xpcom module (not my field of
expertise ...)
File :-
mozilla/xpcom/build/dlldeps.cpp
Line :-
nsIDHashKey::HashKey(&nsID());
As this line exists in the function "void XXXNeverCalled()", I'm replacing
it with :-
nsIDHashKey::HashKey(NULL);
for now ... Does this function serve any useful purpose at all ???
If not, could someone (if not already done in cvs) #if 0 the whole thing
out.
Or, maybe (let's go wild here) zap the thing completely ...
Thanks for any help,
Steve.