mirror of
https://github.com/thepigeongenerator/sdl_template.git
synced 2025-12-17 05:55:47 +01:00
add noreturn to functions which call 'exit'
This commit is contained in:
4
.vscode/tasks.json
vendored
4
.vscode/tasks.json
vendored
@@ -4,12 +4,12 @@
|
||||
{
|
||||
"label": "(dbg) compile linux-x86_64",
|
||||
"type": "shell",
|
||||
"command": "DEBUG=1 make linux-x86_64",
|
||||
"command": "DEBUG=1 make linux-x86_64"
|
||||
},
|
||||
{
|
||||
"label": "(dbg) compile win-x86_64",
|
||||
"type": "shell",
|
||||
"command": "DEBUG=1 make win-x86_64",
|
||||
"command": "DEBUG=1 make win-x86_64"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user