From 6a121811e5d2e56e94747b36d15c7613ab2aedd4 Mon Sep 17 00:00:00 2001 From: Stephen Hines Date: Tue, 1 Mar 2011 17:34:59 -0800 Subject: Almost all warnings are now errors in RS build. Change-Id: Ie22eccdafbc95d1f903c73007dd3fb0ad10af7cc --- rsScriptC_LibGL.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rsScriptC_LibGL.cpp') 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(va)->syncAll(rsc, RS_ALLOCATION_USAGE_SCRIPT); } +#if 0 static void SC_allocationSyncAll2(RsAllocation va, RsAllocationUsageType source) { CHECK_OBJ(va); GET_TLS(); static_cast(va)->syncAll(rsc, source); } +#endif static void SC_ClearColor(float r, float g, float b, float a) { GET_TLS(); -- cgit v1.2.3