diff -r 3be894730bd6 -r adb804cb2638 project_files/hwc/rtl/pas2c.h --- a/project_files/hwc/rtl/pas2c.h Sun Feb 16 16:56:53 2014 +0400 +++ b/project_files/hwc/rtl/pas2c.h Sun Feb 16 22:06:55 2014 +0400 @@ -80,5 +80,5 @@ #define STRINIT(a) {.len = sizeof(a) - 1, .str = a} +#define UNUSED(x) (void)(x) -