Archive: function "un.GetParent" not referenced


function "un.GetParent" not referenced
When I try to compile the script I get this warnings. What do they mean? is it really bad, or can I just overlook them?
-----------------------------------------------------------

2 warnings:
uninstall function "un.GetParent" not referenced - zeroing code (0-21) out

install function "GetParent" not referenced - zeroing code (0-21) out

I'm green to this,my script is a cut'n'paste project, where I'm not excatly know what all does. but hope it works. Although I think its getting clearer to me.


It's because you use last release of library.nsh, see this forum thread,

http://forums.winamp.com/showthread....hreadid=266223


So I can just ignore them then?


It's the best you can do (ignore 'em) because when they aren't useful compiler removes 'em from script (zeroing code...).


oki, thanks for the help.