From: Jérémie Galarneau Date: Fri, 31 Jan 2020 21:25:14 +0000 (-0500) Subject: Clean-up: remove instances of loop initial declarations X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=9df6c82a8ea4064f9868028b9fc3412f45adbb0a;hp=9df6c82a8ea4064f9868028b9fc3412f45adbb0a;p=deliverable%2Flttng-tools.git Clean-up: remove instances of loop initial declarations Loop initial declarations are not permitted by the project's coding standard and cause the build to fail on Solaris platforms. tracker.c: In function 'lttng_tracker_ids_serialize': tracker.c:314:2: error: 'for' loop initial declarations are only allowed in C99 mode for (unsigned int i = 0; i < count; i++) { ^ Signed-off-by: Jérémie Galarneau Change-Id: I627974ef82ca26586c96d354f217f9943db9d67c ---