#ifndef _UNUSED_ARG_H_9ba4fe00_ #define _UNUSED_ARG_H_9ba4fe00_ #define UNUSED_ARG(x) x __attribute__((__unused__)) #endif