diff options
Diffstat (limited to 'gprof/gmon_io.c')
-rw-r--r-- | gprof/gmon_io.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gprof/gmon_io.c b/gprof/gmon_io.c index 71a12aa..c827ae6 100644 --- a/gprof/gmon_io.c +++ b/gprof/gmon_io.c @@ -61,7 +61,7 @@ int gmon_input = 0; int gmon_file_version = 0; /* 0 == old (non-versioned) file format. */ static enum gmon_ptr_size -gmon_get_ptr_size () +gmon_get_ptr_size (void) { int size; @@ -87,7 +87,7 @@ gmon_get_ptr_size () } static enum gmon_ptr_signedness -gmon_get_ptr_signedness () +gmon_get_ptr_signedness (void) { int sext; |