Fix some unused warnings

This commit is contained in:
TingPing
2014-12-31 10:24:51 -05:00
parent 448cc962cd
commit 1fa4a000e7
4 changed files with 1 additions and 10 deletions

View File

@@ -1557,7 +1557,7 @@ hexchat_list_int (hexchat_plugin *ph, hexchat_list *xlist, const char *name)
case 0x5cfee87: /* flags */
/* used if text_strip is unset */ /* 16 */
tmp <<= 1;
tmp = ((struct session *)data)->text_strip; /* 15 */
tmp |= ((struct session *)data)->text_strip; /* 15 */
tmp <<= 1;
/* used if text_scrollback is unset */ /* 14 */
tmp <<= 1;