X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fcectypes.h;h=c5da11f1c8883c4adb2c9a7cdbaa155ac550ea01;hb=7c6e999baf490279a0721899719dfa37902748d0;hp=df59193f594aeb3de04777afd6705132d5e7c876;hpb=9d0dd77c941cd0336908d6b3920b3f1c5660ed04;p=deb_libcec.git diff --git a/include/cectypes.h b/include/cectypes.h index df59193..c5da11f 100644 --- a/include/cectypes.h +++ b/include/cectypes.h @@ -1348,15 +1348,6 @@ typedef struct libcec_configuration #endif } libcec_configuration; -#ifdef UNUSED -#elif defined(__GNUC__) -#define UNUSED(x) UNUSED_ ## x __attribute__((unused)) -#elif defined(__LCLINT__) -#define UNUSED(x) /*@unused@*/ x -#else -#define UNUSED(x) x -#endif - #ifdef __cplusplus }; };