View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001953 | NoesisGUI | C++ SDK | public | 2021-03-26 19:33 | 2021-05-03 15:17 |
| Reporter | steveh | Assigned To | jsantos | ||
| Priority | normal | Severity | trivial | ||
| Status | resolved | Resolution | fixed | ||
| Product Version | 3.0.9 | ||||
| Target Version | 3.0.12 | Fixed in Version | 3.0.12 | ||
| Summary | 0001953: Compile error in Error.h when running static analysis | ||||
| Description | Hi guys, just a simple typo caused by some compiler options when running static analysis: #ifndef NS_CHECK Specifically this bit here: #define NS_CHECK(expr, ...) __analysis_assume(!!(expr) It's missing a closing parenthesis. This will only cause an error if PREFAST is defined which is only defined during static analysis. Adding the missing closing parenthesis fixed the compile error. | ||||
| Steps To Reproduce |
inline BaseRefCounted::~BaseRefCounted() Cheers, -Steven | ||||
| Platform | Any | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2021-03-26 19:33 | steveh | New Issue | |
| 2021-03-29 10:56 | sfernandez | Assigned To | => jsantos |
| 2021-03-29 10:56 | sfernandez | Status | new => assigned |
| 2021-03-29 10:56 | sfernandez | Target Version | => 3.0.12 |
| 2021-03-29 18:33 | jsantos | Note Added: 0007114 | |
| 2021-05-03 15:17 | jsantos | Status | assigned => resolved |
| 2021-05-03 15:17 | jsantos | Resolution | open => fixed |
| 2021-05-03 15:17 | jsantos | Fixed in Version | => 3.0.12 |