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
로 변경
APP_CPPFLAGS := -frtti -DCC_ENABLE_CHIPMUNK_INTEGRATION=1 -std=c++11 -fsigned-char -Wno-error=format-security
로 변경
댓글
댓글 쓰기