diff options
Diffstat (limited to 'ubi-utils/src/config.h')
-rw-r--r-- | ubi-utils/src/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubi-utils/src/config.h b/ubi-utils/src/config.h index 8c4dd54..55e60f3 100644 --- a/ubi-utils/src/config.h +++ b/ubi-utils/src/config.h @@ -23,6 +23,6 @@ #define PACKAGE_BUGREPORT \ "haver@vnet.ibm.com, dedekind@linutronix.de, or tglx@linutronix.de" -#define __unused __attribute__((unused)) +#define ubi_unused __attribute__((unused)) #endif |