| commit | 98473dbcff7fd397ab9d3b242470029733d345cd | [log] [tgz] |
|---|---|---|
| author | Patrick Williams <patrick@stwcx.xyz> | Thu Jun 01 08:50:43 2023 -0500 |
| committer | Patrick Williams <patrick@stwcx.xyz> | Thu Jun 01 08:53:55 2023 -0500 |
| tree | f3cf6ec73556c318afe3d9a110073e0c223a8038 | |
| parent | b7ed5773faba29c897871edfce4c9f8a237f499a [diff] |
fix GCC 13 issues
The latest version of GCC raises two issues:
- cstdint is not included automatically as often so we need to
explicitly include it whenever using `uint*` class types.
- Certain move operations are detected as unnecessary and subverting
RVO.
Fix both of these issues.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I4124c91c8e5cce3b85a6284d3cc8dfc2a8494a76