Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Handle some litteral string -> char* casts.
authorMatthieu Volat <mazhe@alkumuna.eu>
Tue, 23 May 2017 17:19:05 +0000 (19:19 +0200)
committerdegomme <augustin.degomme@unibas.ch>
Tue, 23 May 2017 19:31:55 +0000 (21:31 +0200)
commitb763a2a396e1ac0c4989ebbb462df519767ed3ce
tree5cd1e8f38c09df27acaa0d61312a976d0173bc2c
parent7ad8b918b33a4dcfbcff84a443ad0cb34d6ebe97
Handle some litteral string -> char* casts.

It's 100% legit in C, but icc seems to process it like C++, and
since simgrid is being ported to C++, well...
src/xbt/xbt_os_thread.c