mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
089472974c
GCC 16 emits a spurious -Wmaybe-uninitialized for the exception helper constructors in reply.h, and the project builds with -Werror: src/sw/redis++/reply.h:54:60: error: '<unknown>' may be used uninitialized [-Werror=maybe-uninitialized] cc1plus: all warnings being treated as errors Add -Wno-error=maybe-uninitialized for the gcc toolchain. Signed-off-by: Khem Raj <raj.khem@gmail.com>