sipcapture / captagent

100% Open-Source Packet Capture Agent for HEP
https://sipcapture.org
GNU Affero General Public License v3.0
165 stars 75 forks source link

various warnings from Debian builds #86

Closed dpocock closed 6 years ago

dpocock commented 7 years ago

https://qa.debian.org/bls/packages/c/captagent.html

I pointer-cast-size-mismatch capplan.tab.y:151 I pointer-cast-size-mismatch capplan.tab.y:193 I pointer-cast-size-mismatch socket_pcap.c:645 W implicit-declaration localapi.c:41 W implicit-declaration localapi.c:42 W implicit-declaration localapi.c:44 W implicit-declaration localapi.c:46 W implicit-declaration md5.c:167 W implicit-declaration modules.c:152 W implicit-declaration socket_raw.c:498 W implicit-declaration socket_raw.c:515 W implicit-declaration socket_rtcpxr.c:215 W implicit-declaration socket_rtcpxr.c:238 W pointer-from-integer socket_pcap.c:863 W pointer-from-integer socket_raw.c:751 W pointer-from-integer socket_rtcpxr.c:442

adubovikov commented 7 years ago

thanks will check ASAP

lmangani commented 6 years ago

@kYroL01 could you check if this is still needed? thanks!

kYroL01 commented 6 years ago

SUre, I'll check asap

kYroL01 commented 6 years ago

The only warnings remains from this list are

pointer-cast-size-mismatch capplan.tab.y:151 pointer-cast-size-mismatch capplan.tab.y:193

The others seems to be fixed. I close the issue but investigate on these two. If any news, please comment and report. Thanks