From a267ccc067728bfe19bfe11a119ae448f97efd31 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 21 Jun 2016 12:53:27 +0200 Subject: [PATCH] ignore the result of the computation --- examples/smpi/NAS/ep.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/smpi/NAS/ep.c b/examples/smpi/NAS/ep.c index 6f366754f2..6e202d9d68 100644 --- a/examples/smpi/NAS/ep.c +++ b/examples/smpi/NAS/ep.c @@ -14,7 +14,8 @@ int nprocs; int main(int argc, char **argv) { double dum[3] = {1.,1.,1.}; - double x1, x2, sx, sy, tm, an, tt, gc; + double x1, x2, sx, sy, tm, an, gc; + XBT_ATTRIB_UNUSED double tt; double Mops; double epsilon=1.0E-8, a = 1220703125., s=271828183.; double t1, t2, t3, t4; -- 2.20.1