diff options
| author | 2011-03-01 17:34:59 -0800 | |
|---|---|---|
| committer | 2011-03-03 16:12:43 -0800 | |
| commit | 1bf1f8df178170ee3d4224f3c92a1b724d783178 (patch) | |
| tree | db5f215ea7f56536aab50df6655346ee98cfc116 /libs/rs/rsHandcode.h | |
| parent | 3080b85c2ef8846099ae86cd8fea65592a6a591d (diff) | |
DO NOT MERGE: Almost all warnings are now errors in RS build.
Change-Id: Ie4952cdf5c75bf1b7a7899a32b3b1f8747686356
Diffstat (limited to 'libs/rs/rsHandcode.h')
| -rw-r--r-- | libs/rs/rsHandcode.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/rs/rsHandcode.h b/libs/rs/rsHandcode.h index 6f21a35c5505..57da10a65b1f 100644 --- a/libs/rs/rsHandcode.h +++ b/libs/rs/rsHandcode.h @@ -4,7 +4,6 @@ static inline void rsHCAPI_ContextFinish (RsContext rsc) { ThreadIO *io = &((Context *)rsc)->mIO; uint32_t size = sizeof(RS_CMD_ContextFinish); - RS_CMD_ContextFinish *cmd = static_cast<RS_CMD_ContextFinish *>(io->mToCore.reserve(size)); io->mToCore.commitSync(RS_CMD_ID_ContextFinish, size); } |