Re: 66.7 심사문제 가변인자의 정수 합 구하기
, 도장_ 관리자님이 작성문의한 코드는 다음과 같은 오류가 발생합니다.
main.c:44:24: warning: second argument to 'va_arg' is of promotable type 'char'; this va_arg has undefined behavior because arguments will be promoted to 'int' [-Wvarargs] va_arg(ap, char); ^~~~ /opt/clang/lib/clang/6.0.1/include/stdarg.h:35:50: note: expanded from macro 'va_arg' #define va_arg(ap, type) __builtin_va_arg(ap, type) ^~~~포럼 상단 오른쪽에 66.7로 검색하면 이전 답변을 참조할 수 있습니다.
다음 답변을 참조하세요.
https://dojang.io/mod/forum/discuss.php?d=1171&parent=2659