summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/android/choreographer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/android/choreographer.h b/include/android/choreographer.h
index d4f30efe3a..8927d2c012 100644
--- a/include/android/choreographer.h
+++ b/include/android/choreographer.h
@@ -58,7 +58,7 @@
#define __INTRODUCED_IN(__api_level) /* nothing */
#endif
#if !defined(__DEPRECATED_IN)
-#define __DEPRECATED_IN(__api_level) __attribute__((__deprecated__))
+#define __DEPRECATED_IN(__api_level, ...) __attribute__((__deprecated__))
#endif
__BEGIN_DECLS