Assure compatibility with gcc 4.3

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1375 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
fatene 2009-01-29 16:33:58 +00:00
commit b4763185cb
9 changed files with 139 additions and 79 deletions

View file

@ -35,8 +35,9 @@
*/
#include <iostream>
#include <stdlib.h>
int main (int __argc, char *__argv[])
{
system("mpdallexit");
int success = system("mpdallexit");
}