Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
This change allow to avoid the Visual C++ compiler Warning that occur when you try...
authorcherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 6 Nov 2007 12:38:11 +0000 (12:38 +0000)
committercherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 6 Nov 2007 12:38:11 +0000 (12:38 +0000)
commit7d0c4c0adbba2982f29444f00d1e70ad6b6aacdf
tree5cc509deb4ea9110a8d589e6f4e902333f99ed72
parentad1b4e81c8f354761e994fa74f4b5333c916dd71
This change allow to avoid the Visual C++ compiler Warning that occur when you try to compare an signed integer with a signed integer (xbt_dynar_length() function returns an unsigned long and the iterators or the indexes are generally integers).

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4980 48e7efb5-ca39-0410-a469-dd3cf9ba447f
src/gras/DataDesc/ddt_exchange.c
src/gras/Msg/gras_msg_mod.c
src/gras/Msg/timer.c
src/gras/Transport/transport.c
src/gras/Virtu/process.c
src/surf/trace_mgr.c
src/xbt/cunit.c
src/xbt/set.c