summaryrefslogtreecommitdiff
path: root/src/config/const.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/const.h')
-rw-r--r--src/config/const.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/config/const.h b/src/config/const.h
index 75bf35dd9..655f0f949 100644
--- a/src/config/const.h
+++ b/src/config/const.h
@@ -101,9 +101,9 @@
md.damage = md.damage * 150 / 100 + md.damage * status->get_lv(src) / 100; \
} while(0)
#else
- #define RE_LVL_DMOD(val)
- #define RE_LVL_MDMOD(val)
- #define RE_LVL_TMDMOD()
+ #define RE_LVL_DMOD(val) (void)(val)
+ #define RE_LVL_MDMOD(val) (void)(val)
+ #define RE_LVL_TMDMOD() (void)0
#endif
// Renewal variable cast time reduction