diff options
author | Kai Kang <kai.kang@windriver.com> | 2016-06-29 16:08:45 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-08 09:55:40 +0100 |
commit | 2857658ff5e477cb436cf2778a78fa9f192caab8 (patch) | |
tree | 8f7c35f3768ed3eea2143f7cc0101763eb0e497f /scripts/runqemu-internal | |
parent | a7133bf6bb650b944d29d01129f36a56282acd2b (diff) | |
download | openembedded-core-2857658ff5e477cb436cf2778a78fa9f192caab8.tar.gz openembedded-core-2857658ff5e477cb436cf2778a78fa9f192caab8.tar.bz2 openembedded-core-2857658ff5e477cb436cf2778a78fa9f192caab8.zip |
libpfm4: fix compile error
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>
Diffstat (limited to 'scripts/runqemu-internal')
0 files changed, 0 insertions, 0 deletions