Closed ngie-eign closed 5 years ago
Unlike C, C++ has the ability to omit parameter names in implemented interfaces when the parameter is unused, aka "unnamed parameters".
This change does the following:
UTILS_UNUSED_PARAM(x)
/* x */
unused_*
Signed-off-by: Enji Cooper yaneurabeya@gmail.com
@jmmv: Travis passed. Ready when you are ;)..
@jmmv: ping?
Unlike C, C++ has the ability to omit parameter names in implemented interfaces when the parameter is unused, aka "unnamed parameters".
This change does the following:
UTILS_UNUSED_PARAM(x)
with/* x */
.unused_*
.UTILS_UNUSED_PARAM(x)
macro.Signed-off-by: Enji Cooper yaneurabeya@gmail.com