Skip to content
Snippets Groups Projects
Commit 467c66e8 authored by Johann Koenig's avatar Johann Koenig
Browse files

Mark Scale2Ratio INLINE

WebRTC builds with -Wunused-function do not like all the uses of onyx.h

Change-Id: Ic57cb143b48df9c9895f94b5f8f395c260fa7025
parent 7105df53
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ extern "C"
#include <assert.h>
static void Scale2Ratio(int mode, int *hr, int *hs)
static INLINE void Scale2Ratio(int mode, int *hr, int *hs)
{
switch (mode)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment