소스 검색

Add a comment to the ncurses driver to remember fix the GCC warning.

tags/v0.99.beta17
Sam Hocevar sam 15 년 전
부모
커밋
ed360faabe
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      caca/driver/ncurses.c

+ 1
- 0
caca/driver/ncurses.c 파일 보기

@@ -365,6 +365,7 @@ static void ncurses_display(caca_display_t *dp)
move(y, dx);
for(x = dx; x < dx + dw; x++)
{
/* FIXME: this emits a "value computed is unused" warning */
attrset(dp->drv.p->attr[caca_attr_to_ansi(*cvattrs++)]);
ncurses_write_utf32(*cvchars++);
}


불러오는 중...
취소
저장