From 1bf1f8df178170ee3d4224f3c92a1b724d783178 Mon Sep 17 00:00:00 2001 From: Stephen Hines Date: Tue, 1 Mar 2011 17:34:59 -0800 Subject: DO NOT MERGE: Almost all warnings are now errors in RS build. Change-Id: Ie4952cdf5c75bf1b7a7899a32b3b1f8747686356 --- libs/rs/rsHandcode.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libs/rs/rsHandcode.h') 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(io->mToCore.reserve(size)); io->mToCore.commitSync(RS_CMD_ID_ContextFinish, size); } -- cgit v1.2.3-59-g8ed1b