Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
This, modify the declaration of type of function pointer. It also clear the warnings...
authorcherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 22 Oct 2007 08:37:06 +0000 (08:37 +0000)
committercherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 22 Oct 2007 08:37:06 +0000 (08:37 +0000)
commit7c5d24856794b213573f5e67bf138db144dac2eb
tree4903a2008450abd67ee6fe6d32e45df53622e5fc
parentdf5fc39f2f638cf1454e29b9a5c2e39af9e1b9ba
This, modify the declaration of type of function pointer. It also clear the warnings throws by the compiler Visual C++ when occurs a comparison between an unsigned with and a signed integer.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4837 48e7efb5-ca39-0410-a469-dd3cf9ba447f
17 files changed:
include/xbt/dynar.h
include/xbt/matrix.h
src/amok/PeerManagement/peermanagement.c
src/gras/DataDesc/ddt_create.c
src/gras/Virtu/process.c
src/gras/Virtu/sg_emul.c
src/gras/gras.c
src/surf/surf.c
src/xbt/config.c
src/xbt/cunit.c
src/xbt/dict_multi.c
src/xbt/dynar.c
src/xbt/graph.c
src/xbt/heap.c
src/xbt/mallocator.c
src/xbt/xbt_matrix.c
src/xbt/xbt_str.c