Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix missing control paths issue
Fix regression issue in commit: 5e8aca2 ``` trime/app/src/main/jni/librime/src/rime/switches.cc:117:1: error: non-void function does not return a value in all control paths [-Werror,-Wreturn-type] } ^ 1 error generated. ``` We can add more compiler option in CI to avoid issue like this.
- Loading branch information