View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0032727 | Open CASCADE | OCCT:Coding | public | 2021-12-08 22:41 | 2023-02-03 05:06 |
Reporter | kgv | Assigned To | |||
Priority | normal | Severity | trivial | ||
Status | closed | Resolution | fixed | ||
Product Version | 7.6.0 | ||||
Target Version | 7.7.0 | Fixed in Version | 7.7.0 | ||
Summary | 0032727: Coding Rules - eliminate CLang warning -Wshorten-64-to-32 in MessageView_ActionsTest.cxx | ||||
Description | The following compiler warning should be eliminated [CR0-WEEK-49_CR0-WEEK-49-OCCT-Arm64-macosx-shared-opt-compile]:/Users/mnt/builds/CR0-WEEK-49_CR0-WEEK-49/OCCT_SRC/tools/MessageView/MessageView_ActionsTest.cxx:153:30: warning: implicit conversion loses integer precision: 'clock_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32] unsigned int start_time = clock(); ~~~~~~~~~~ ^~~~~~~ /Users/mnt/builds/CR0-WEEK-49_CR0-WEEK-49/OCCT_SRC/tools/MessageView/MessageView_ActionsTest.cxx:175:27: warning: implicit conversion loses integer precision: 'clock_t' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32] unsigned int end_time = clock(); ~~~~~~~~ ^~~~~~~ | ||||
Steps To Reproduce | N/A | ||||
Tags | No tags attached. | ||||
Test case number | N/A | ||||
child of | 0026171 | closed | Coding rules - eliminate -Wshorten-64-to-32 CLang warnings |
|
Branch CR32727 has been created by kgv. SHA-1: d8369e87cb1ef148d0e9533847864d51e4bb2a25 Detailed log of new commits: Author: kgv Date: Wed Dec 8 22:45:18 2021 +0300 0032727: Coding Rules - eliminate CLang warning -Wshorten-64-to-32 in MessageView_ActionsTest.cxx |
|
Please raise the patch - OCCT: branch CR32727. http://jenkins-test-12.nnov.opencascade.com/view/CR32727-master-KGV/view/OCCT%20compile/ |
|
Combination - OCCT branch : IR-2021-12-10 master SHA - e463b2f685d8c815f8a7ab996c6843808e8b1430 49e51745631c52b6c452c65adae4d6dfa21a1b1e Products branch : IR-2021-12-10 SHA - 6377a4e004f3c988c651adf5eca35203f239b1c2 was compiled on Linux, MacOS and Windows platforms and tested in optimize mode. Number of compiler warnings: No new/fixed warnings Regressions/Differences/Improvements: No regressions/differences CPU differences: Debian80-64: OCCT Total CPU difference: 18222.380000000427 / 18166.60000000042 [+0.31%] Products Total CPU difference: 11645.100000000084 / 11658.820000000103 [-0.12%] Windows-64-VC14: OCCT Total CPU difference: 19999.4375 / 19937.953125 [+0.31%] Products Total CPU difference: 13044.453125 / 13069.28125 [-0.19%] Image differences : No differences that require special attention Memory differences : No differences that require special attention |
|
Branch CR32727 has been deleted by mnt. SHA-1: d8369e87cb1ef148d0e9533847864d51e4bb2a25 |
Date Modified | Username | Field | Change |
---|---|---|---|
2021-12-08 22:41 | kgv | New Issue | |
2021-12-08 22:41 | kgv | Assigned To | => kgv |
2021-12-08 22:41 | kgv | Relationship added | child of 0026171 |
2021-12-08 22:45 | git | Note Added: 0105759 | |
2021-12-08 22:45 | kgv | Description Updated | |
2021-12-08 23:35 | kgv | Test case number | => N/A |
2021-12-08 23:35 | kgv | Note Added: 0105760 | |
2021-12-08 23:35 | kgv | Assigned To | kgv => bugmaster |
2021-12-08 23:35 | kgv | Severity | minor => trivial |
2021-12-08 23:35 | kgv | Status | new => resolved |
2021-12-08 23:35 | kgv | Status | resolved => reviewed |
2021-12-11 11:35 |
|
Note Added: 0105810 | |
2021-12-11 11:35 |
|
Status | reviewed => tested |
2021-12-11 15:14 |
|
Changeset attached | => occt master f4f9ce4b |
2021-12-11 15:14 |
|
Assigned To | bugmaster => smoskvin |
2021-12-11 15:14 |
|
Status | tested => verified |
2021-12-11 15:14 |
|
Resolution | open => fixed |
2021-12-11 15:27 | git | Note Added: 0105830 | |
2023-02-03 05:06 | vglukhik | Status | verified => closed |
2023-02-03 05:06 | vglukhik | Fixed in Version | => 7.7.0 |