summaryrefslogtreecommitdiff
path: root/libs/rs/rsHandcode.h
diff options
context:
space:
mode:
author Stephen Hines <srhines@google.com> 2011-03-03 16:14:00 -0800
committer Android (Google) Code Review <android-gerrit@google.com> 2011-03-03 16:14:00 -0800
commit6e71c954faff34b78a2952436b4f48d84a8c20cd (patch)
treee7e35a26c22f3ff6a00a739608aa9e82e8f2efb8 /libs/rs/rsHandcode.h
parent389bf4f734f1820e31f8807d117b6b15ded9ff8b (diff)
parent1bf1f8df178170ee3d4224f3c92a1b724d783178 (diff)
Merge "DO NOT MERGE: Almost all warnings are now errors in RS build." into honeycomb-mr1
Diffstat (limited to 'libs/rs/rsHandcode.h')
-rw-r--r--libs/rs/rsHandcode.h1
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);
}