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>
Thu, 17 Sep 2015 12:10:29 +0000 (14:10 +0200)
commit6cc4e43479c46e58586d91af850f5420f4d77312
tree03eb78b8d8a23abd75a5b0a1ef6bab7dfda7ffcd
parentfc4aff02ade0701a77b7a6ec27ae35d5098e8541
[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