diff options
| author | 2011-03-03 16:14:00 -0800 | |
|---|---|---|
| committer | 2011-03-03 16:14:00 -0800 | |
| commit | 6e71c954faff34b78a2952436b4f48d84a8c20cd (patch) | |
| tree | e7e35a26c22f3ff6a00a739608aa9e82e8f2efb8 /libs/rs/rsScript.cpp | |
| parent | 389bf4f734f1820e31f8807d117b6b15ded9ff8b (diff) | |
| parent | 1bf1f8df178170ee3d4224f3c92a1b724d783178 (diff) | |
Merge "DO NOT MERGE: Almost all warnings are now errors in RS build." into honeycomb-mr1
Diffstat (limited to 'libs/rs/rsScript.cpp')
| -rw-r--r-- | libs/rs/rsScript.cpp | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/libs/rs/rsScript.cpp b/libs/rs/rsScript.cpp index 9ada9c299ac4..afee2a314809 100644 --- a/libs/rs/rsScript.cpp +++ b/libs/rs/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);  } |