Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix compilation warnings in ISO-C99 mode.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Fri, 12 Nov 2010 13:16:06 +0000 (14:16 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 8 Sep 2011 13:29:39 +0000 (15:29 +0200)
commit69128883beb4dfd713ece4ca484f37aab0461101
tree5f5ef1f16c70aa9010c7116bd8689abc8f557e86
parentc4b366b6a9eedd0d24d0f1e2b63329dea4baed4e
Fix compilation warnings in ISO-C99 mode.

Fix the following compilation warnings (indeed wrong inline usage):
- inline function ‘xxx’ declared but never defined

Tested with gcc 4.3 and 4.4.

See the following messages for more information:
http://lists.gforge.inria.fr/pipermail/simgrid-devel/2010-July/000958.html
http://lists.gforge.inria.fr/pipermail/simgrid-devel/2010-July/000971.html
http://lists.gforge.inria.fr/pipermail/simgrid-devel/2010-July/000978.html
http://lists.gforge.inria.fr/pipermail/simgrid-devel/2010-August/000998.html

See also bug #11428.
include/msg/msg.h
include/xbt/dict.h
include/xbt/dynar.h
include/xbt/fifo.h
include/xbt/strbuff.h
include/xbt/swag.h