Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2016-07-08 | libpfm4: fix compile error | Kai Kang | 1 | |
It fails to compile libpfm4 with misleading-indentation error: | syst_count.c:346:3: error: this 'for' clause does not guard... [-Werror=misleading-indentation] | for(c=cmin ; c < cmax; c++) | ^~~ Add clauses to fix it. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> |