catalinii / minisatip

minisatip is an SATIP server for linux using local DVB-S2, DVB-C, DVB-T or ATSC cards
https://minisatip.org
324 stars 78 forks source link

Resolve warning in stream.c #1111

Closed lars18th closed 1 year ago

lars18th commented 1 year ago

Fixes:

stream.c:611:5: warning: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Wconstant-conversion] copy16(rtp_buf, len + 0, (uint16_t)0x8021); ^~~~~~~~~~ ../src/minisatip.h:34:27: note: expanded from macro 'copy16' a[i] = ((v) >> 8) & 0xFF; \ ~ ~~~^~ 1 warning generated.

lars18th commented 1 year ago

Fails, requires more changes. Sorry!