summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-10-20 15:08:09 -0300
committerJesusaves <cpntb1@ymail.com>2020-10-20 15:08:09 -0300
commitd7bc6893cf2f3d237c413aa9b573a2c80cd1cd53 (patch)
treed0d136f5b3e2f0ad3eefd8131f7bd2966eb134c2
parentb363ed9b38839f8c506ba7b1425d1acd483c9ddc (diff)
downloadevol-hercules-d7bc6893cf2f3d237c413aa9b573a2c80cd1cd53.tar.gz
evol-hercules-d7bc6893cf2f3d237c413aa9b573a2c80cd1cd53.tar.bz2
evol-hercules-d7bc6893cf2f3d237c413aa9b573a2c80cd1cd53.tar.xz
evol-hercules-d7bc6893cf2f3d237c413aa9b573a2c80cd1cd53.zip
Are you trying to make me mad on purpose, gcc?
-rw-r--r--src/emap/battle.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emap/battle.c b/src/emap/battle.c
index 059ec6b..e0b7942 100644
--- a/src/emap/battle.c
+++ b/src/emap/battle.c
@@ -91,8 +91,8 @@ struct Damage ebattle_calc_weapon_attack_post(struct Damage retVal,
struct block_list *src,
struct block_list *target,
uint16 skill_id,
- uint16 skill_lv,
- int wflag)
+ uint16 skill_lv __attribute__ ((unused)),
+ int wflag __attribute__ ((unused)))
{
if (src == NULL)
return retVal;