mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
Fix some compilation warnings
This commit is contained in:
parent
268553ecd4
commit
16f8fc0657
9 changed files with 13 additions and 11 deletions
|
|
@ -43,7 +43,7 @@ using RubberBand::usleep;
|
|||
|
||||
double tempo_convert(const char *str)
|
||||
{
|
||||
const char *d = strchr((char *)str, ':');
|
||||
const char *d = strchr(str, ':');
|
||||
|
||||
if (!d || !*d) {
|
||||
double m = atof(str);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue