mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-02-26 08:22:31 +00:00
common: flag mxexit that it doesn't return
This commit is contained in:
parent
a4057204b6
commit
571e8b254f
@ -111,6 +111,7 @@ using namespace std::string_literals;
|
||||
#define TIMESTAMP_SCALE 1000000
|
||||
|
||||
void mxrun_before_exit(std::function<void()> function);
|
||||
[[noreturn]]
|
||||
void mxexit(int code = -1);
|
||||
void set_process_priority(int priority);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user