rhboot / shim

UEFI shim loader
Other
865 stars 293 forks source link

tests: fix gcc warnings #463

Closed akodanev closed 2 years ago

akodanev commented 2 years ago

This PR fixes gcc warnings found when building the tests (also if FORTIFY_SOURCE enabled by default).

All tests passed with these changes.