Merge "libcutils: Mac build pulls in __unused from sys/cdefs.h"

This commit is contained in:
Mark Salyzyn 2014-05-02 20:05:46 +00:00 committed by Gerrit Code Review
commit 1e10b661cc

View file

@ -32,7 +32,9 @@
#include <cutils/ashmem.h>
#ifndef __unused
#define __unused __attribute__((__unused__))
#endif
int ashmem_create_region(const char *ignored __unused, size_t size)
{