Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[MSVC] convert unsigned to signed before applying unary minus
authorMartin Quinson <martin.quinson@loria.fr>
Sat, 19 Sep 2015 22:25:00 +0000 (00:25 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sat, 19 Sep 2015 22:25:04 +0000 (00:25 +0200)
commit9be91a57320f0578db6fcba810c095a49c2475c2
tree2e637aeac7a6498882da80ce8656d1ac2bf390d8
parent274c39fe9a1317c30195f47bcc30082555d1cad5
[MSVC] convert unsigned to signed before applying unary minus

This should avoid the following:
  warning C4146: unary minus operator applied to unsigned type,
                 result still unsigned
src/xbt/xbt_log_appender_file.c