commit | 9ae88935221aa82697d5595794288e1289b2a896 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Sat Jul 13 15:39:58 2024 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Sat Jul 13 15:40:14 2024 -0500 |
tree | 4ec03c1e808f25e0db15d9aca130d3484040a346 | |
parent | 524f753f54d33984ea9d85dc940f647c66a74aa6 [diff] |
change vector constructor for gcc-14 gcc-14, with the latest Yocto sync, fails with the following compile failure: ``` | ../git/ipmbbridged.cpp:724:34: error: value computed is not used [-Werror=unused-value] | 724 | std::vector<uint8_t> buffer(0); ``` Attempt using the default constructor, which should be equivalent, instead. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I2d79813a52354bb00d992d6edfd9e2cc3a3ceacf