C:\Users\Victor\Desktop\0.3.r5958\luascript.cpp|9037|error: 'buttonEnter' may be used uninitialized in this function|
C:\Users\Victor\Desktop\0.3.r5958\luascript.cpp|9037|error: 'buttonEscape' may be used uninitialized in this function|
C:\Users\Victor\Desktop\0.3.r5958\luascript.cpp|9039|error: 'popup' may be used uninitialized in this function|
||=== Build finished: 3 errors, 0 warnings ===|strong text
这是我收到错误的行:
std::string str, title, message;
uint8_t buttonEnter, buttonEscape;
std::vector<ModalChoice> buttons, choices;
bool popup;
我正在使用 c++ 并尝试在代码块中编译