Eliminated warnings:
commitc4be5bf8020a1006cbdee2a065ee75a6f61c5a3e
authorDavid.Griswold.256 <David.Griswold.256@0765cc13-ff1d-0410-8584-d7a1c31ec48e>
Thu, 19 Oct 2006 18:14:53 +0000 (19 18:14 +0000)
committerDavid.Griswold.256 <David.Griswold.256@0765cc13-ff1d-0410-8584-d7a1c31ec48e>
Thu, 19 Oct 2006 18:14:53 +0000 (19 18:14 +0000)
treeab911dec5f62c27013c639cb2cbb5f3da5a34ca3
parent61eba7b4141b440fa5bf6d43e5e26873a8113e43
Eliminated warnings:

- unlink is now deprecated, has become _unlink
- added parens to remove precedence warnings on use of &

Only warnings left are because of warnings when casting bools to and from (void *) when instantiating GrowableArray<bool>.  The solution is to specialize the entire template for bools, but that seems a bit of overkill.  Probably should do it anyway.

git-svn-id: http://strongtalk.googlecode.com/svn/trunk@26 0765cc13-ff1d-0410-8584-d7a1c31ec48e
vm/code/nativeInstruction.cpp
vm/compiler/basicBlock.cpp
vm/prims/integerOps.cpp
vm/utilities/lprintf.cpp