View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002468 | FreeCAD | Bug | public | 2016-03-08 20:59 | 2016-03-09 21:16 |
| Reporter | dcb | Assigned To | wmayer | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Fixed in Version | 0.16 | ||||
| Summary | 0002468: freecad-0.15.4671/src/Base/Handle.cpp:61: bad test ? | ||||
| Description | freecad-0.15.4671/src/Base/Handle.cpp:61:25: warning: ordered comparison of pointer with integer zero [-Wextra] Source code is assert(_lRefCount > 0); Maybe better code assert(_lRefCount != 0); | ||||
| Tags | No tags attached. | ||||
| FreeCAD Information | |||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2016-03-08 20:59 | dcb | New Issue | |
| 2016-03-09 21:14 | wmayer | Changeset attached | => FreeCAD Master master 3ca1ec2c |
| 2016-03-09 21:16 | wmayer | Note Added: 0006898 | |
| 2016-03-09 21:16 | wmayer | Status | new => closed |
| 2016-03-09 21:16 | wmayer | Assigned To | => wmayer |
| 2016-03-09 21:16 | wmayer | Resolution | open => fixed |
| 2016-03-09 21:16 | wmayer | Fixed in Version | => 0.16 |
FreeCAD