diff --git a/cocos2dx/menu_nodes/CCMenu.cpp b/cocos2dx/menu_nodes/CCMenu.cpp index 4346da91b4..fcce842df7 100644 --- a/cocos2dx/menu_nodes/CCMenu.cpp +++ b/cocos2dx/menu_nodes/CCMenu.cpp @@ -80,8 +80,7 @@ namespace cocos2d{ bool CCMenu::init() { - va_list args; - return initWithItems(NULL, args); + return initWithItems(NULL, NULL); } bool CCMenu::initWithItems(CCMenuItem* item, va_list args)