Home
last modified time | relevance | path

Searched hist:"081 d03b6" (Results 1 – 1 of 1) sorted by relevance

/openbmc/pldm/libpldmresponder/
H A Dbios_integer_attribute.cpp081d03b6 Mon Dec 14 18:53:33 CST 2020 Andrew Geissler <geissonator@yahoo.com> ensure variable initialized and error path reported

New upstream yocto brings in an option that ensure all variables are
initialized. Without this change, we get this failure:

| ../git/libpldmresponder/bios_integer_attribute.cpp:158:12: error:
| 'value' may be used uninitialized in this function [-Werror=maybe-uninitialized]
| 158 | return value;
| | ^~~~~
| cc1plus: all warnings being treated as errors

There's no good way to report a property type is not found so add code
to raise an exception in this situation.

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: Ie218f72b6d58fa4ad1e99f1a83eb17f3f87cd941