Fix silly MSVC 2010 parser warnings

Code like "void copy(const char */*stuff*/, ...)" would issue the
warning "'*/' seen outside comment" which is formally true but ...

These warnings don't appear with newer MS compilers, but I fixed them
anyway.
This commit is contained in:
Albrecht Schlosser 2022-03-21 17:03:13 +01:00
parent 35c212ef3b
commit fa84b58cd5
5 changed files with 15 additions and 15 deletions