projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
158e031
)
src/onset/peakpicker.c: add void to build with -Wold-style-definition
author
Paul Brossier
<piem@piem.org>
Mon, 30 Dec 2013 21:20:22 +0000
(17:20 -0400)
committer
Paul Brossier
<piem@piem.org>
Mon, 30 Dec 2013 21:20:22 +0000
(17:20 -0400)
src/onset/peakpicker.c
patch
|
blob
|
history
diff --git
a/src/onset/peakpicker.c
b/src/onset/peakpicker.c
index
73561c7
..
0d83bec
100644
(file)
--- a/
src/onset/peakpicker.c
+++ b/
src/onset/peakpicker.c
@@
-165,7
+165,7
@@
aubio_peakpicker_get_thresholdfn (aubio_peakpicker_t * p)
}
aubio_peakpicker_t *
-new_aubio_peakpicker ()
+new_aubio_peakpicker (
void
)
{
aubio_peakpicker_t *t = AUBIO_NEW (aubio_peakpicker_t);
t->threshold = 0.1; /* 0.0668; 0.33; 0.082; 0.033; */