View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0015949 | Scribus | Internal | public | 2019-11-14 16:36 | 2019-12-08 21:24 |
| Reporter | ale | Assigned To | jghali | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.5.6.svn | ||||
| Fixed in Version | 1.5.6.svn | ||||
| Summary | 0015949: Signed vs unsigned comparison warning in importpdf.cpp | ||||
| Description | ../scribus/plugins/import/pdf/importpdf.cpp:636:25: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 636 | for (int i = 0; i < pageNs.size(); ++i) | ||||
| Tags | No tags attached. | ||||
| Patch | No | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2019-11-14 16:36 | ale | New Issue | |
| 2019-11-14 21:13 | jghali | Summary | int vs long unsigned int in importpdf.cpp:636:25 => Signed vs unsigned comparison warning in importpdf.cpp |
| 2019-11-14 21:13 | jghali | Assigned To | => jghali |
| 2019-11-14 21:13 | jghali | Status | new => resolved |
| 2019-11-14 21:13 | jghali | Resolution | open => fixed |
| 2019-11-14 21:13 | jghali | Fixed in Version | => 1.5.6.svn |
| 2019-12-08 21:24 | cbradney | Status | resolved => closed |