summaryrefslogtreecommitdiff
path: root/rsScriptC_LibGL.cpp
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2011-03-01 17:34:59 -0800
committerStephen Hines <srhines@google.com>2011-03-01 22:13:40 -0800
commit6a121811e5d2e56e94747b36d15c7613ab2aedd4 (patch)
tree17e31bb6a5a890e20478755bc13ed884ab1b50fe /rsScriptC_LibGL.cpp
parent5a5125ed39ef016937f43895b2eba796764623a7 (diff)
downloadrs-6a121811e5d2e56e94747b36d15c7613ab2aedd4.tar.gz
Almost all warnings are now errors in RS build.
Change-Id: Ie22eccdafbc95d1f903c73007dd3fb0ad10af7cc
Diffstat (limited to 'rsScriptC_LibGL.cpp')
-rw-r--r--rsScriptC_LibGL.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/rsScriptC_LibGL.cpp b/rsScriptC_LibGL.cpp
index 48a0969f..15426bc3 100644
--- a/rsScriptC_LibGL.cpp
+++ b/rsScriptC_LibGL.cpp
@@ -281,11 +281,13 @@ static void SC_allocationSyncAll(RsAllocation va) {
static_cast<Allocation *>(va)->syncAll(rsc, RS_ALLOCATION_USAGE_SCRIPT);
}
+#if 0
static void SC_allocationSyncAll2(RsAllocation va, RsAllocationUsageType source) {
CHECK_OBJ(va);
GET_TLS();
static_cast<Allocation *>(va)->syncAll(rsc, source);
}
+#endif
static void SC_ClearColor(float r, float g, float b, float a) {
GET_TLS();