Searched refs:ATTRIBUTE_UNUSED (Results 1 - 1 of 1) sorted by relevance

/system/core/base/include/base/
H A Dmacros.h134 // to avoid compiler warnings. Going forward we prefer ATTRIBUTE_UNUSED.
140 // int foo(int x ATTRIBUTE_UNUSED) { return 10; }
142 #define ATTRIBUTE_UNUSED __attribute__((__unused__)) macro

Completed in 508 milliseconds