From 26a18851b346064f626697680b99f065ac408bb4 Mon Sep 17 00:00:00 2001 From: panikon Date: Wed, 18 Jun 2014 16:14:17 -0300 Subject: Fixed 'value computed is not used', issue: 8236 http://hercules.ws/board/tracker/issue-8236-compile-error-in-centos-65-x64/ couldn't test it and this warning doesn't show on MSVC 2010 /W4 if the warning continues to show please use the issue page. --- src/map/status.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/map/status.c') diff --git a/src/map/status.c b/src/map/status.c index 7dba0c9f9..fb74df36c 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -11427,11 +11427,10 @@ void status_get_matk_sub( struct block_list *bl, int flag, unsigned short *matk_ #ifdef RENEWAL if( sd && sd->right_weapon.overrefine > 0 ) { - *matk_min++; + (*matk_min)++; *matk_max += sd->right_weapon.overrefine - 1; } #endif - return; } -- cgit v1.2.3-70-g09d2