Fix compiler warnings

This commit is contained in:
Andreas Eversberg
2018-01-27 15:52:33 +01:00
parent 4cc33c5b0d
commit 6df0eb46cc
9 changed files with 12 additions and 9 deletions

View File

@@ -384,7 +384,8 @@ void sender_send(sender_t *sender, sample_t *samples, uint8_t *power, int length
memset(samples + count, 0, sizeof(*samples) * (length - count));
break;
}
/* fall through, in case of no voice */
/* in case of no voice: */
/* FALLTHRU */
default:
memset(power, 1, length);
dial_tone(jolly, samples, length);