반응형
-Wwrite-strings
In C++, nonzero means warn about deprecated conversion from string literals to 'char *'. In C,
similar warning, except that the conversion is of course not deprecated by the ISO C standard.
g++ 옵션 중 -Wno-write-strings 을 붙여서 컴파일 하면 된다.
반응형
'Linux > System Programming' 카테고리의 다른 글
[socket] socketpair non-blocking read write (0) | 2017.12.30 |
---|---|
SocketPair (0) | 2017.12.18 |
[프로세스][펌] Daemon Process (0) | 2015.12.09 |
[프로세스 관리] 3. 프로세스 종료 (0) | 2015.08.19 |
리눅스 시스템 에러 - errno (0) | 2015.08.13 |