Ticket #6484 (closed: fixed)
Compiler Warnings for 2.5
Reported by: | Stuart Campbell | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | Release 2.5 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Nick Draper |
Description
...and other static analysis tools
- compiler warnings
- cppcheck
- cpd - duplicate code
Change History
comment:2 Changed 8 years ago by Owen Arnold
refs #6484. Unused variable warning.
Changeset: 5d0164419e9be59ebf64ca944fe2a20c7b72f70f
comment:3 Changed 8 years ago by Owen Arnold
refs #6484. Type narrowing warning.
Changeset: 70813033a81d863df37262c8393ba46d78d27ab2
comment:4 Changed 8 years ago by Owen Arnold
refs #6484. Uninitialized warning in MDLeanEvent.
Changeset: 1cb80fd2f992f5857dc284a57fac2b901b39c544
comment:5 Changed 8 years ago by Owen Arnold
refs #6484. Catch exceptions by Ref.
Changeset: 4c00b297c0ec191b5a33667e21224b7c460d3588
comment:6 Changed 8 years ago by Martyn Gigg
MSVC warnings cull. Refs #6484
Changeset: 65558c5d67c2b0b0b9772227854c16ea77fb87f5
comment:7 Changed 8 years ago by Martyn Gigg
Disable warning C4373 globally on MSVC. Refs #6484
It carries no benefit and just produces loads of warnings from gmock. It basically says that now the behaviour follows the C++ standard, which is what we should expect!
Changeset: c0069d3f72b926aa6ae88086de8e3fd9ad64ebf3
comment:8 Changed 8 years ago by Martyn Gigg
Fix file finder test. Refs #6484
Changeset: 0d35f74e6f856c688b78ef0206e2f0d6992855a1
comment:9 Changed 8 years ago by Martyn Gigg
More type conversion errors from MSVC. Refs #6484
Changeset: f29255db186d7a9fc2bd96cb0fe045c99a31af76
comment:10 Changed 8 years ago by Martyn Gigg
Fix FileFinder test. Refs #6484
Changeset: 1ee5211e87651ff183b546dcf48b88506a84e9c0
comment:11 Changed 8 years ago by Martyn Gigg
Fix warning from Intel compiler. Refs #6484
Changeset: 4ef9561d86699713f8fb2b08b1f109137d7b987c
comment:12 Changed 8 years ago by Peter Peterson
#6142 should be part of this ticket.
comment:13 Changed 8 years ago by Martyn Gigg
Remove dead code. Refs #6484
Changeset: 29c82dad37b7a2a4ee8f07957945082ce018d769
comment:14 Changed 8 years ago by Owen Arnold
refs #6484. Kill new warnings.
Changeset: abd76d94bbad61aff4bd9ac9a195f468cd15db69
comment:15 Changed 8 years ago by Owen Arnold
refs #6484. Fix error.
Changeset: 97be0070303643cc05ef325f3357b50a8ff527fc
comment:16 Changed 8 years ago by Stuart Campbell
cppcheck fix. refs #6484
Changeset: a30de48eb343b3313195e71e140ef6d09e5bf986
comment:17 Changed 8 years ago by Russell Taylor
Re #6484. gcc compiler warnings.
Changeset: 6bb11588ab1ee6169aaa13f0aa753eefe120df53
comment:18 Changed 8 years ago by Russell Taylor
Re #6484. Windows no liked.
Changeset: 6ec9bc954e85c96fbac92b8dbc7003b8abb0f52c
comment:19 Changed 8 years ago by Nick Draper
- Status changed from new to closed
- Resolution set to fixed
- type changed from enhancement to task
- Tester set to Nick Draper
Ticket Closed.
These tickets are no longer in use with the new workflow..
Trivial changes, doxygen errors and compiler warnings should be fixed as part of the ticket you are working on (but as a unique commit).
There are no longer explicit tickets for these.
comment:20 Changed 7 years ago by Ruth Mikkelson
Refs #6484 eliminated some cpp checks
Changeset: e9c7dda786e17cf366cbcffd74b667ae6c2404f6
comment:21 Changed 7 years ago by Ruth Mikkelson
Refs #6484 eliminated some cpp checks
Changeset: e9c7dda786e17cf366cbcffd74b667ae6c2404f6
comment:22 Changed 7 years ago by Ruth Mikkelson
Refs #6484 eliminated some cpp checks
Changeset: e9c7dda786e17cf366cbcffd74b667ae6c2404f6
comment:23 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 7330
Refs #6484 Elim Compiler warnings
Also Updated Wiki