Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pat.c:396:75: warning: for loop has empty body [-Wempty-body]
for (w_of_element = 0; (1 << w_of_element) < entry_size; w_of_element++);
^
pat.c:396:75: note: put the semicolon on a separate line to silence this
warning [-Wempty-body]- Loading branch information