Skip to content

Commit

Permalink
Fix no previous declaration warning on armv7l compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdude42 committed Jul 10, 2022
1 parent 391c901 commit 0f15176
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -137,7 +137,7 @@ int zoom_filter_mmx_supported () {
void zoom_filter_mmx (int prevX, int prevY,
const unsigned int *expix1, unsigned int *expix2,
const int *brutS, const int *brutD, int buffratio,
GoomCoefficients &precalCoef)
const GoomCoefficients &precalCoef)
{
(void)prevX;
(void)prevY;
Expand Down

0 comments on commit 0f15176

Please sign in to comment.