| Index: silk/float/prefilter_FLP.c
 | 
| diff --git a/silk/float/prefilter_FLP.c b/silk/float/prefilter_FLP.c
 | 
| index 95b32da5800dda878bce93bc635954ec4e4e51a8..d6c843987e07d53a1a1adaa66e7550d81a1174dd 100644
 | 
| --- a/silk/float/prefilter_FLP.c
 | 
| +++ b/silk/float/prefilter_FLP.c
 | 
| @@ -47,7 +47,7 @@ static inline void silk_prefilt_FLP(
 | 
|      opus_int                    length              /* I */
 | 
|  );
 | 
|  
 | 
| -void silk_warped_LPC_analysis_filter_FLP(
 | 
| +static void silk_warped_LPC_analysis_filter_FLP(
 | 
|            silk_float                 state[],            /* I/O  State [order + 1]                       */
 | 
|            silk_float                 res[],              /* O    Residual signal [length]                */
 | 
|      const silk_float                 coef[],             /* I    Coefficients [order]                    */
 | 
| 
 |