Mark more functions as __dead.
This commit is contained in:
parent
dd3d664f77
commit
5e1375a115
@ -37,7 +37,7 @@
|
||||
#include <strings.h>
|
||||
#include "memory.h"
|
||||
|
||||
static void
|
||||
static void __dead
|
||||
memory_bailout(void)
|
||||
{
|
||||
(void) fprintf(stderr, "Out of memory\n");
|
||||
|
@ -607,7 +607,7 @@ merge_ctf_cb(tdata_t *td, char *name, void *arg)
|
||||
* completion. The run time of ctfmerge can, however, be measured in minutes
|
||||
* in some cases, so this is not a valid option.
|
||||
*/
|
||||
static void
|
||||
static void __dead
|
||||
handle_sig(int sig)
|
||||
{
|
||||
terminate("Caught signal %d - exiting\n", sig);
|
||||
|
Loading…
Reference in New Issue
Block a user