| commit | 478d0a71cecb75777ccc3a14aff75f6afacc55c2 | [log] [tgz] |
|---|---|---|
| author | Andrew Jeffery <andrew@aj.id.au> | Tue Feb 07 15:57:12 2023 +1030 |
| committer | Andrew Jeffery <andrew@aj.id.au> | Tue Feb 07 16:52:28 2023 +1030 |
| tree | 8f03bc41988d1af883af4271b93b1200a5d79b48 | |
| parent | c060c287a9eead9edace267f5b5a3985ae2d0d3e [diff] |
physical: Fix cppcoreguidelines-pro-type-member-init
```
/home/andrew/src/openbmc/phosphor-led-sysfs/build/../physical.hpp:48:5: error: constructor does not initialize these fields: assert [cppcoreguidelines-pro-type-member-init,-warnings-as-errors]
Physical(sdbusplus::bus_t& bus, const std::string& objPath, SysfsLed& led,
^
```
Change-Id: I1e05ee113132fa39d0590897a1e3e0977c6ceecb
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>