Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(30)

Unified Diff: tests/test_opus_api.c

Issue 882843002: Update to opus-HEAD-66611f1. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/opus.git@master
Patch Set: Add the contents of Makefile.mips back. Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test-driver ('k') | version.mk » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/test_opus_api.c
diff --git a/tests/test_opus_api.c b/tests/test_opus_api.c
index bafe4e48ebd7c2060b8514b8e88bcdd6335267f6..9bfa5ccaa8c2bd37d8607c4e828781d1472448e7 100644
--- a/tests/test_opus_api.c
+++ b/tests/test_opus_api.c
@@ -1753,7 +1753,7 @@ int test_repacketizer_api(void)
#endif
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
-typedef void *(*mhook)(size_t __size, __const __malloc_ptr_t);
+typedef void *(*mhook)(size_t __size, __const void *);
#endif
int test_malloc_fail(void)
« no previous file with comments | « test-driver ('k') | version.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698