Bug #1206
RealDataDigitization assert statements causing compiler warnings
Status:
Open
Priority:
Normal
Assignee:
Category:
RealData
Target version:
Start date:
17 January 2013
Due date:
% Done:
0%
Estimated time:
Workflow:
New Issue
Description
The MAUS code appears to be riddled with assert() statements that should probably all be throw() statements. I noticed in particular that RealDataDigitization is also creating compiler warnings because of this because it uses assert() to validate certain data. Since Chris R. disabled asserts by default this means that some of the variables only created for validation are appearing as unused by the compiler. More seriously this indicates that none of these data are being properly validated.
No data to display