Comment out unused variables for now (we use -Werror).
Signed-off-by: Robert Schwebel <[EMAIL PROTECTED]>
func/measurement/gtod_latency/gtod_infinite.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Index: func/measurement/gtod_latency/gtod_infinite.c
===================================================================
--- func/measurement/gtod_latency/gtod_infinite.c.orig
+++ func/measurement/gtod_latency/gtod_infinite.c
@@ -28,11 +28,11 @@
int main(void)
{
- int i, rc;
+ int /* i, */ rc;
struct timespec ts, p_ts;
long long s_time, e_time, diff_time;
long long max_time = START_MAX;
- cpu_set_t mask;
+ /* cpu_set_t mask; */
struct sched_param param;
time_t tt;
--
Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de
Pengutronix - Linux Solutions for Science and Industry
Handelsregister: Amtsgericht Hildesheim, HRA 2686
Hannoversche Str. 2, 31134 Hildesheim, Germany
Phone: +49-5121-206917-0 | Fax: +49-5121-206917-9
-
To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html