vi Plugin 'Syntastic' 질문있습니다...

bao의 이미지

제가 만든 라이브러리를 추가하려고....

.syntastic_c_config 파일안에

-std=c11
-Wall
-Wextra
-Wpedantic
-lpthread

이런 옵션만 주었을때 아래와 같은 에러가 나옵니다.... 어떻게 해결할수 있나요??

/usr/include/sys/socket.h|244 col 12 error| note: expected ‘socklen_t * restrict’ but argument is of type ‘int *’

client.c|19 col 20 error| storage size of ‘tv’ isn’t known