修复编译警告:移除main函数未使用的argc参数
This commit is contained in:
Vendored
+2
-2
@@ -8,8 +8,8 @@
|
||||
"args": [],
|
||||
"stopAtEntry": false,
|
||||
"externalConsole": true,
|
||||
"cwd": "d:/Code/C_code/.trae/rules",
|
||||
"program": "d:/Code/C_code/.trae/rules/build/Debug/outDebug",
|
||||
"cwd": "d:/Code/C_code/数据结构",
|
||||
"program": "d:/Code/C_code/数据结构/build/Debug/outDebug",
|
||||
"MIMode": "gdb",
|
||||
"miDebuggerPath": "gdb",
|
||||
"setupCommands": [
|
||||
|
||||
Reference in New Issue
Block a user