On Fri, 19 Oct 2018, Devin Heitmueller wrote:
Make the function static, or else Clang complains with:
error: no previous prototype for function 'decklink_get_attr_string'
[-Werror,-Wmissing-prototypes]
Oops, sorry. Applied, thanks.
Marton
Signed-off-by: Devin Heitmueller
---
libavdev
Make the function static, or else Clang complains with:
error: no previous prototype for function 'decklink_get_attr_string'
[-Werror,-Wmissing-prototypes]
Signed-off-by: Devin Heitmueller
---
libavdevice/decklink_common.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l