X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7b721f422a43ce7faaa999dd6a6c4df68cd6e9dd..a267ccc067728bfe19bfe11a119ae448f97efd31:/examples/smpi/NAS/ep.c 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;