Ticket #1455 (closed: fixed)
Clean up some warnings when building qtiplot
Reported by: | Janik Zikovsky | Owned by: | Janik Zikovsky |
---|---|---|---|
Priority: | major | Milestone: | Iteration 25 |
Component: | Mantid | Keywords: | |
Cc: | pf9@… | Blocked By: | |
Blocking: | Tester: | Roman Tolchenov |
Description
Change History
comment:2 Changed 10 years ago by Janik Zikovsky
(In [5587]) Refs #1455: on Linux, at least, qtiplot build raises many many warnings when a function returns a const int; changed Algorithm's version() function to return just an int. These raise 'type qualifiers ignored on function return type' because the const on the return value is superfluous, according to: http://stackoverflow.com/questions/1134237/pedantic-gcc-warning-type-qualifiers-on-function-return-type
comment:7 Changed 10 years ago by Janik Zikovsky
- Milestone changed from Iteration 24 to Iteration 25
comment:10 Changed 10 years ago by Janik Zikovsky
comment:11 Changed 10 years ago by Janik Zikovsky
comment:12 Changed 10 years ago by Janik Zikovsky
comment:13 Changed 10 years ago by Janik Zikovsky
- Status changed from accepted to verify
- Resolution set to fixed
- Component set to Mantid
comment:14 Changed 10 years ago by Roman Tolchenov
- Status changed from verify to verifying
- Tester set to Roman Tolchenov
comment:16 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 2302
Note: See
TracTickets for help on using
tickets.