mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 14:44:34 +00:00
Mark Usage() as a noreturn function.
This commit is contained in:
parent
7da17680ae
commit
a1916a7c6c
@ -26,7 +26,7 @@ void SigInt( int )
|
||||
disconnect = true;
|
||||
}
|
||||
|
||||
void Usage()
|
||||
[[noreturn]] void Usage()
|
||||
{
|
||||
printf( "Usage: capture -o output.tracy [-a address] [-p port] [-f]\n" );
|
||||
exit( 1 );
|
||||
|
Loading…
Reference in New Issue
Block a user