diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2007-08-29 16:01:26 +0300 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2007-08-29 17:34:18 +0300 |
commit | e87f5a127d8606fa22957d0129e1c812db5ba3ce (patch) | |
tree | d981dbfaac81ae168455188ea661af81b33354e8 /ubi-utils/src/libubigen.c | |
parent | 8ef59d2c9ca8675bf9676c49847826427d9b6d26 (diff) |
ubi-utils: do not interfer with system namespace
Rename __unused to ubi_unused to avoid clashes with system namespace
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'ubi-utils/src/libubigen.c')
-rw-r--r-- | ubi-utils/src/libubigen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubi-utils/src/libubigen.c b/ubi-utils/src/libubigen.c index 258e555..238c6fa 100644 --- a/ubi-utils/src/libubigen.c +++ b/ubi-utils/src/libubigen.c @@ -247,7 +247,7 @@ ubigen_write_broken_update(ubi_info_t u, uint32_t blk) } void -dump_info(ubi_info_t u __unused) +dump_info(ubi_info_t u ubi_unused) { #ifdef DEBUG int err = 0; |