OSDN Git Service

Move declarations to the top to avoid potential uninitialized use.
authorDan Bornstein <danfuzz@android.com>
Mon, 13 Sep 2010 00:34:35 +0000 (17:34 -0700)
committerDan Bornstein <danfuzz@android.com>
Mon, 13 Sep 2010 00:41:18 +0000 (17:41 -0700)
commitdd2502bd371ddca554b7a3d900fe120a3e7767ec
tree313d000a082a5050aa1868a9d4c3f43fb2a41bb4
parent4701d5f8d0e691eeb9a0824311d5166d301a5aa5
Move declarations to the top to avoid potential uninitialized use.

I didn't catch the warnings among the build spew before. Also, made
"--preopt" use stderr for its complaints about arguments.

Change-Id: I8d470ccc40c4cdc9131beb0991060358039e2727
dexopt/OptMain.c