Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Let it compile in paranoid mode without _XBT_GNUC_UNUSED (cosmetics only)
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 9 Nov 2010 17:20:27 +0000 (17:20 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 9 Nov 2010 17:20:27 +0000 (17:20 +0000)
commit2b0ff033841e34f11903b3fd85f5faa6468ae3f2
tree204007749b0774128f892dbaf91d1bf10bd02fd3
parent56f9bb799e852bb2ff797399c41863d8593b5968
Let it compile in paranoid mode without _XBT_GNUC_UNUSED (cosmetics only)

The main issue of the previous fix to the problem (by Arnaud G) was
that it documented the commit in the source, explaining why it was
mandatory in a C comment. That's source bloat in my mind:
git blame+git log can give you the same information if you need it.

So I figured out an excuse to recommit on top of it, and here we go :)

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8512 48e7efb5-ca39-0410-a469-dd3cf9ba447f
src/bindings/lua/simgrid_lua.c