Fixing -Wstrict-prototypes warnings.
Bug: webrtc:8984 Change-Id: I9a7ffb0038f341bfec055f021fc203c7d45d72fa Reviewed-on: https://webrtc-review.googlesource.com/60903 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Niels Moller <nisse@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22501}
This commit is contained in:
committed by
Commit Bot
parent
def1ef5603
commit
d7573563a4
@ -110,7 +110,7 @@ extern "C" {
|
||||
// C code will be assigned.
|
||||
// Note that this function MUST be called in any application that uses SPL
|
||||
// functions.
|
||||
void WebRtcSpl_Init();
|
||||
void WebRtcSpl_Init(void);
|
||||
|
||||
int16_t WebRtcSpl_GetScalingSquare(int16_t* in_vector,
|
||||
size_t in_vector_length,
|
||||
|
||||
Reference in New Issue
Block a user