travelping / upg-vpp

User Plane Gateway (UPG) based on VPP
Apache License 2.0
146 stars 51 forks source link

build: disable "address-of-packed-member" compiler warnings #383

Closed mogaika closed 7 months ago

mogaika commented 7 months ago

This warning spammed a lot and mostly related to ip address alignment in packed structures which is part of VPP and we can't control it much. For now disable it, because spam of this warning makes it impossible to analyze other warnings which can be important.