Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Better fix to the comparison between signed and unsigned int around dynar size: chang...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 8 Nov 2007 14:11:54 +0000 (14:11 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 8 Nov 2007 14:11:54 +0000 (14:11 +0000)
commit6fc3119abd6191409d110f9ba3625da1d13c1d1a
treeaf55b7e418953ac8a073888c9a4649a995b7457e
parent5a275f1bc4f68d277215c5343c214a0cc4493e5d
Better fix to the comparison between signed and unsigned int around dynar size: change all iterators to be unsigned (sorry for the rather intrusive change, but this is the way to go)

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5004 48e7efb5-ca39-0410-a469-dd3cf9ba447f
41 files changed:
configure
examples/amok/saturate/saturate.c
examples/gras/all2all/all2all.c
include/surf/surfxml.h
include/xbt/dynar.h
src/amok/Bandwidth/bandwidth.c
src/amok/PeerManagement/peermanagement.c
src/config_unit.c
src/dynar_unit.c
src/ex_unit.c
src/gras/DataDesc/cbps.c
src/gras/DataDesc/datadesc.c
src/gras/DataDesc/ddt_create.c
src/gras/DataDesc/ddt_exchange.c
src/gras/DataDesc/ddt_parse.c
src/gras/Msg/gras_msg_exchange.c
src/gras/Msg/gras_msg_types.c
src/gras/Msg/rpc.c
src/gras/Msg/timer.c
src/gras/Transport/rl_transport.c
src/gras/Transport/sg_transport.c
src/gras/Transport/transport.c
src/gras/Transport/transport_plugin_sg.c
src/gras/Virtu/process.c
src/gras/Virtu/sg_process.c
src/include/surf/trace_mgr.h
src/simdag/sd_global.c
src/simix/smx_global.c
src/surf/surf.c
src/surf/surfxml_parse.c
src/surf/trace_mgr.c
src/surf/trace_mgr_private.h
src/surf/workstation_KCCFLN05.c
src/xbt/config.c
src/xbt/cunit.c
src/xbt/dynar.c
src/xbt/ex.c
src/xbt/graph.c
src/xbt/log.c
src/xbt/xbt_str.c
testsuite/surf/surf_usage2.c