From: Martin Quinson Date: Tue, 21 Jun 2016 10:53:27 +0000 (+0200) Subject: ignore the result of the computation X-Git-Tag: v3_14~903 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/a267ccc067728bfe19bfe11a119ae448f97efd31?hp=7b721f422a43ce7faaa999dd6a6c4df68cd6e9dd ignore the result of the computation --- 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;