Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libkeymap: Add parentheses to fix build warning
Fix build warning: analyze.l: In function ‘find_standard_incl_file’: analyze.l:180:13: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 180 | if (rc = kbdfile_find(s, include_dirpath1, include_suffixes, fp)) { | ^~ Signed-off-by: Alexey Gladkov <[email protected]>
- Loading branch information