At first, thanks for the plugin release,
but It's just me who get the const error?
noview.c: In function ‘clif_send_helper’:
noview.c:168:49: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
CONST_PARAMETER struct packet_idle_unit *p = (CONST_PARAMETER struct packet_idle_unit *)RBUFP(buf, 0);
^
noview.c:169:50: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
CONST_PARAMETER struct packet_idle_unit *p2 = (CONST_PARAMETER struct packet_idle_unit *)RBUFP(buf_new, 0);
^
noview.c:175:50: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
CONST_PARAMETER struct packet_spawn_unit *p = (CONST_PARAMETER struct packet_spawn_unit *)RBUFP(buf, 0);
^
noview.c:176:51: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
CONST_PARAMETER struct packet_spawn_unit *p2 = (CONST_PARAMETER struct packet_spawn_unit*)RBUFP(buf_new, 0);
^
noview.c:182:52: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
CONST_PARAMETER struct packet_unit_walking *p = (CONST_PARAMETER struct packet_unit_walking *)RBUFP(buf, 0);
^
noview.c:183:53: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
CONST_PARAMETER struct packet_unit_walking *p2 = (CONST_PARAMETER struct packet_unit_walking *)RBUFP(buf_new, 0);
^
noview.c:189:53: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
CONST_PARAMETER struct packet_viewequip_ack *p = (CONST_PARAMETER struct packet_viewequip_ack *)RBUFP(buf, 0);
^
noview.c:190:54: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
CONST_PARAMETER struct packet_viewequip_ack *p2 = (CONST_PARAMETER struct packet_viewequip_ack *)RBUFP(buf_new, 0);
^
noview.c: In function ‘clif_send_sub_hook’:
noview.c:269:6: warning: variable ‘bool_’ set but not used [-Wunused-but-set-variable]
int bool_;