mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 03:40:16 +02:00
fix compiler warnings in extended colour code
This commit is contained in:
parent
f295a02cda
commit
c104627462
5 changed files with 32 additions and 20 deletions
|
|
@ -16,7 +16,7 @@ typedef struct {
|
|||
INDENT_FUNC indent_func;
|
||||
int color;
|
||||
#ifdef TERM_TRUECOLOR
|
||||
int fg24, bg24;
|
||||
unsigned int fg24, bg24;
|
||||
#endif
|
||||
|
||||
/* first word in line belong to the end of the last word in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue