View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0024912 | Community | OCCT:Coding | public | 2014-05-09 02:02 | 2014-11-11 12:52 |
Reporter | Epy | Assigned To | apn | ||
Priority | low | Severity | integration request | ||
Status | closed | Resolution | fixed | ||
Platform | Linux | OS | Debian 6.0 | ||
Product Version | 6.7.1 | ||||
Target Version | 6.8.0 | Fixed in Version | 6.8.0 | ||
Summary | 0024912: Remove unused Graphic3d_Strips | ||||
Description | Clang gives the following new warnings with 6.7.1: src/Graphic3d/Graphic3d_Strips.cxx:248:7: warning: template argument uses local type 'edg' [-Wlocal-type-template-args] Standard::Free(cedge); src/Graphic3d/Graphic3d_Strips.cxx:251:3: warning: template argument uses local type 'edg' [-Wlocal-type-template-args] Standard::Free(edges); src/Graphic3d/Graphic3d_Strips.cxx:889:7: warning: template argument uses local type 'edg' [-Wlocal-type-template-args] Standard::Free(cedge); src/Graphic3d/Graphic3d_Strips.cxx:892:3: warning: template argument uses local type 'edg' [-Wlocal-type-template-args] Standard::Free(edges); This is allowed per C++11, however, this is prohibited in C++03. Better to make the template a global type. | ||||
Tags | No tags attached. | ||||
Test case number | Not needed | ||||
|
Dear Sergey, the file looks abandoned and placed in wrong package - probably it is more reasonable to remove it entirely. Could you please comment if there are any known users of this functionality? |
|
Please check compilation of the patch in branch CR24912 - regression testing is not needed. |
|
Dear BugMaster, Branch CR24912 (and products from GIT master) was compiled on Linux, Windows and MacOS platforms. SHA-1: 380e2e2de4e20a3c2dbdeb66ccf4f6bfd24b352c Number of compiler warnings: occt component : Linux: 17 (17 on master) Windows: 0 (0 on master) MacOS: 201 (212 on master) products component : Linux: 11 (11 on master) Windows: 2 (2 on master) |
Date Modified | Username | Field | Change |
---|---|---|---|
2014-05-09 02:02 | Epy | New Issue | |
2014-05-09 02:02 | Epy | Assigned To | => kgv |
2014-05-09 09:10 |
|
Target Version | => 6.8.0 |
2014-05-12 07:54 | kgv | Relationship added | related to 0024489 |
2014-05-12 07:57 | kgv | Assigned To | kgv => san |
2014-05-12 07:57 | kgv | Severity | minor => integration request |
2014-05-12 07:57 | kgv | Priority | normal => low |
2014-05-12 08:03 | kgv | Note Added: 0029269 | |
2014-05-12 08:04 | kgv | Note Edited: 0029269 | |
2014-05-13 22:27 | kgv | Note Added: 0029310 | |
2014-05-13 22:27 | kgv | Assigned To | san => bugmaster |
2014-05-13 22:27 | kgv | Status | new => resolved |
2014-05-13 22:27 | kgv | Summary | Template argument uses local type in src/Graphic3d/Graphic3d_Strips.cxx => Remove unused Graphic3d_Strips |
2014-05-13 22:27 | kgv | Status | resolved => reviewed |
2014-05-14 16:38 | apn | Assigned To | bugmaster => apn |
2014-05-15 13:55 | apn | Note Added: 0029345 | |
2014-05-15 13:55 | apn | Test case number | => Not needed |
2014-05-15 13:55 | apn | Assigned To | apn => bugmaster |
2014-05-15 13:55 | apn | Status | reviewed => tested |
2014-05-16 14:44 | apn | Changeset attached | => occt master 9efc0d14 |
2014-05-16 14:44 | apn | Assigned To | bugmaster => apn |
2014-05-16 14:44 | apn | Status | tested => verified |
2014-05-16 14:44 | apn | Resolution | open => fixed |
2014-11-11 12:46 |
|
Fixed in Version | => 6.8.0 |
2014-11-11 12:52 |
|
Status | verified => closed |