compiler: Fix some warnings when building with Bazel
This fixes sign-compare and maybe-unintialized. An unused-value warning remains. I changed LogHelper to always call abort so the compiler would know the method does not return, which fixed the maxbe-uninitialized warning.
Loading
Please sign in to comment