소스 검색

build: fix minor build issues with Clang.

master
Sam Hocevar 12 년 전
부모
커밋
de5f587e43
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      neercs/old/ansi.c

+ 2
- 2
neercs/old/ansi.c 파일 보기

@@ -121,7 +121,7 @@ static void ansi_parse_grcm(struct screen *,
inline int handle_single_char(unsigned char c, int *x, int *y,
struct screen_list *screen_list,
struct screen *sc);
inline int handle_duplet(unsigned char const *buffer, struct screen *sc,
static inline int handle_duplet(unsigned char const *buffer, struct screen *sc,
unsigned int *skip, int top, int bottom, int width,
int height);

@@ -184,7 +184,7 @@ inline int handle_single_char(unsigned char c, int *x, int *y,
return 0;
}

inline int handle_duplet(unsigned char const *buffer, struct screen *sc,
static inline int handle_duplet(unsigned char const *buffer, struct screen *sc,
unsigned int *skip, int top, int bottom, int width,
int height)
{


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