When including the header in decklink_enc.cpp it would be fed through the C++ compiler rather than the C compiler, which has more strict warnings when comparing signed/unsigned values. Make the local variables unsigned to match the arguments they are being passed for those functions. Signed-off-by: Devin Heitmueller <dheitmueller@ltnglobal.com> Signed-off-by: Marton Balint <cus@passwd.hu>pull/389/head
parent
9d140ecaf8
commit
85c62b48e9
1 changed files with 5 additions and 5 deletions
Loading…
Reference in new issue