Bug 386832 - outside of comment warning in modeleventlogger.cpp
Summary: outside of comment warning in modeleventlogger.cpp
Status: RESOLVED NOT A BUG
Alias: None
Product: frameworks-kitemmodels
Classification: Frameworks and Libraries
Component: general (other bugs)
Version First Reported In: 5.40.0
Platform: Microsoft Windows Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-13 01:55 UTC by uwestoehr
Modified: 2021-08-25 11:16 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description uwestoehr 2017-11-13 01:55:33 UTC
I get:

[23/95] Building CXX object autotests\proxymodeltestsuite\CMakeFiles\proxymodeltestsuite.dir\modeleventlogger.cpp.obj
R:\build\frameworks\tier1\kitemmodels\work\kitemmodels-5.40.0\autotests\proxymodeltestsuite\modeleventlogger.cpp(71): warning C4138: '*/' found outside of comment
Comment 1 Ahmad Samir 2021-08-25 11:16:47 UTC
The lines have changes, so line 71 only has } now.

However looking at the code /**/ is used to commend out parameter names for ununsed ones, which looks correct to me.