diff options
Diffstat (limited to 'gprof/basic_blocks.c')
-rw-r--r-- | gprof/basic_blocks.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gprof/basic_blocks.c b/gprof/basic_blocks.c index dac093a..a588b2e 100644 --- a/gprof/basic_blocks.c +++ b/gprof/basic_blocks.c @@ -248,7 +248,7 @@ bb_write_blocks (FILE *ofp, const char *filename) <filename>:<line-number>: (<function-name>:<bb-addr): <ncalls> */ void -print_exec_counts () +print_exec_counts (void) { Sym **sorted_bbs, *sym; unsigned int i, j, len; @@ -459,7 +459,7 @@ annotate_with_count (char *buf, unsigned int width, int line_num, PTR arg) regarding that source file are printed. */ void -print_annotated_source () +print_annotated_source (void) { Sym *sym, *line_stats, *new_line; Source_File *sf; |