commit | c151f90d7e31a59675e118c5aff20c8d3ad50ad0 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Jun 21 20:33:21 2012 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Jun 21 20:33:21 2012 -0700 |
tree | 923511887af93148632377a5f52546c524249e5f | |
parent | 384c251c0b9f8918cdebf5f430878c84f10b1e46 [diff] [blame] |
Untested port of the SELinux dalvik change to art. Change-Id: I26b473156fe965f6ee34d8cbca6719c71442d912
diff --git a/src/macros.h b/src/macros.h index 28b9f7a..f7146ad 100644 --- a/src/macros.h +++ b/src/macros.h
@@ -140,6 +140,8 @@ _rc; }) #endif +template<typename T> void UNUSED(const T&) {} + #if defined(__SUPPORT_TS_ANNOTATION__) #define ACQUIRED_AFTER(...) __attribute__ ((acquired_after(__VA_ARGS__)))