commit | ab3fbc21469d73d10856638281a58e8536de1a82 | [log] [tgz] |
---|---|---|
author | Hanno Becker <hanno.becker@arm.com> | Wed Apr 26 15:01:23 2017 +0100 |
committer | Simon Butcher <simon.butcher@arm.com> | Fri Jul 28 22:08:16 2017 +0100 |
tree | 5fa90f19488d3f2e0f2f1e5e05454161cfcadd9f | |
parent | dcbb0246f9602d567c4da957e01cffc6b895037d [diff] |
Rename time and index parameter to avoid name conflict. As noted in #557, several functions use 'index' resp. 'time' as parameter names in their declaration and/or definition, causing name conflicts with the functions in the C standard library of the same name some compilers warn about. This commit renames the arguments accordingly.