Closed pwmarcz closed 3 years ago
Split off from #2645. This fixes two small issues that surfaced due to us enabling additional warnings (-Wsign-compare, -Wnull-dereference).
-Wsign-compare
-Wnull-dereference
Jenkins should pass here, and in #2645 (which compiles this code with additional warnings enabled).
This change is
Description of the changes
Split off from #2645. This fixes two small issues that surfaced due to us enabling additional warnings (
-Wsign-compare
,-Wnull-dereference
).How to test this PR?
Jenkins should pass here, and in #2645 (which compiles this code with additional warnings enabled).
This change is