MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / UNUSED

Function UNUSED

Bcore/src/main/cpp/android-base/macros.h:130–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128// to avoid compiler warnings. Going forward we prefer ATTRIBUTE_UNUSED.
129template <typename... T>
130void UNUSED(const T&...) {
131}
132
133// An attribute to place on a parameter to a function, for example:
134// int foo(int x ATTRIBUTE_UNUSED) { return 10; }

Callers 1

DefaultAborterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected