libpurple/protocols/zephyr/ZParseNot.c

changeset 33892
ef97228bc5f0
parent 31294
73607ab89c6f
child 40166
811f82db29dd
equal deleted inserted replaced
33891:8b4a41b6fe60 33892:ef97228bc5f0
118 badpkt: 118 badpkt:
119 #ifdef Z_DEBUG 119 #ifdef Z_DEBUG
120 Z_debug ("ZParseNotice: bad packet from %s/%d (line %d)", 120 Z_debug ("ZParseNotice: bad packet from %s/%d (line %d)",
121 inet_ntoa (notice->z_uid.zuid_addr.s_addr), 121 inet_ntoa (notice->z_uid.zuid_addr.s_addr),
122 notice->z_port, lineno); 122 notice->z_port, lineno);
123 #else
124 /* We won't use lineno anywhere else, so let's silence a warning. */
125 (void)lineno;
123 #endif 126 #endif
124 #else 127 #else
125 badpkt: 128 badpkt:
126 #ifdef Z_DEBUG 129 #ifdef Z_DEBUG
127 Z_debug ("ZParseNotice: bad packet from %s/%d", 130 Z_debug ("ZParseNotice: bad packet from %s/%d",

mercurial