-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
void DICOMParser::AddDICOMTagCallbackToAllTags(DICOMCallback* cb)
{
DICOMParserMap::iterator miter;
for (miter = Implementation->Map.begin();
miter != Implementation->Map.end();
miter++);
Visual Studio DICOMParser.cxx(665,16): warning : for loop has empty body [-Wempty-body]
Semicolon at end of last lime makes 'miter' set to collection end().
Calling method will crash.
Compiled code will full warnings in Visual Studio using clang toolset.
Metadata
Metadata
Assignees
Labels
No labels