mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 20:33:52 +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;
|
disconnect = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Usage()
|
[[noreturn]] void Usage()
|
||||||
{
|
{
|
||||||
printf( "Usage: capture -o output.tracy [-a address] [-p port] [-f]\n" );
|
printf( "Usage: capture -o output.tracy [-a address] [-p port] [-f]\n" );
|
||||||
exit( 1 );
|
exit( 1 );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user