diff options
| author | Stephen Hines <srhines@google.com> | 2011-03-01 17:34:59 -0800 |
|---|---|---|
| committer | Stephen Hines <srhines@google.com> | 2011-03-01 22:13:40 -0800 |
| commit | 6a121811e5d2e56e94747b36d15c7613ab2aedd4 (patch) | |
| tree | 17e31bb6a5a890e20478755bc13ed884ab1b50fe /rsScript.cpp | |
| parent | 5a5125ed39ef016937f43895b2eba796764623a7 (diff) | |
Almost all warnings are now errors in RS build.
Change-Id: Ie22eccdafbc95d1f903c73007dd3fb0ad10af7cc
Diffstat (limited to 'rsScript.cpp')
| -rw-r--r-- | rsScript.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rsScript.cpp b/rsScript.cpp index 9ada9c29..afee2a31 100644 --- a/rsScript.cpp +++ b/rsScript.cpp @@ -139,7 +139,6 @@ void rsi_ScriptSetVarD(Context *rsc, RsScript vs, uint32_t slot, double value) { } void rsi_ScriptSetVarV(Context *rsc, RsScript vs, uint32_t slot, const void *data, uint32_t len) { - const float *fp = (const float *)data; Script *s = static_cast<Script *>(vs); s->setVar(slot, data, len); } |
