X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/13fb4af932a02ea0bd4293d1e55ac071de326f80..3907e83884bae6278656e9cd2cb7ef92a8f707fb:/examples/smpi/NAS/DGraph.c?ds=sidebyside diff --git a/examples/smpi/NAS/DGraph.c b/examples/smpi/NAS/DGraph.c index ad4f682106..452abc674d 100644 --- a/examples/smpi/NAS/DGraph.c +++ b/examples/smpi/NAS/DGraph.c @@ -54,7 +54,8 @@ DGraph* newDGraph(char* nm){ } int AttachNode(DGraph* dg, DGNode* nd) { - int i=0,j,len=0; + int i = 0, j; + unsigned len = 0; DGNode **nds =NULL, *tmpnd=NULL; DGArc **ar=NULL;