OpenVisualCloud / Media-Transport-Library

A real-time media transport(DPDK, AF_XDP, RDMA) stack for both raw and compressed video based on COTS hardware.
BSD 3-Clause "New" or "Revised" License
155 stars 47 forks source link

fix(build): fixing 'maybe-uninitialized' errors for 'debugoptimized' build #908

Closed PanKaker closed 2 weeks ago

PanKaker commented 2 weeks ago

Summary

During the budling MTL with debugoptimized there are some errors with maybe-uninitialized variables ./build.sh debugoptimized

This PR should fix this issue