Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[MSVC] help that stupid parser: we are not closing any comment here...
authorMartin Quinson <martin.quinson@loria.fr>
Mon, 14 Sep 2015 10:17:00 +0000 (12:17 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Mon, 14 Sep 2015 12:10:20 +0000 (14:10 +0200)
commite763121d633d7e8ecd568776116490fabad3791a
tree9d982046db3239a03932d9ff97cb330ed8f07ff8
parent27f2e80c5fe61d260044c73cbe67d2c4d8982244
[MSVC] help that stupid parser: we are not closing any comment here...

-void NetworkConstantAction::setCategory(const char */*category*/)
+void NetworkConstantAction::setCategory(const char * /*category*/)

When seing char >>> */* blah */ <<<, MSVC spits the following message:
  warning C4138: '*/' found outside of comment
src/surf/cpu_ti.hpp
src/surf/network_constant.cpp
src/surf/network_interface.hpp
src/surf/surf_routing_none.cpp