cocos2d-x 3.x (3.10) error: format string is not a string literal (potentially insecure) [-Werror,-Wformat-security] 에러 해결

Application.mk 에서

APP_CPPFLAGS := -frtti -DCC_ENABLE_CHIPMUNK_INTEGRATION=1 -std=c++11 -fsigned-char -Wno-error=format-security

로 변경

댓글

이 블로그의 인기 게시물

cocos2d-x 3.x (3.16) SDKBox IAP

cocos2d-x 3.x (3.16) 개발환경 세팅 (윈도우즈)