Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: fix compile error on gcc ~7.3.0
It seems to be having a bit of trouble understanding the control flow to realize it's not actually uninitialized. Add an error handler after the switch in case we miss a real uninitialized error in the future. Signed-off-by: William Casarin <[email protected]>
- Loading branch information