liuhuahang ef5b384729 fix a few compile warnings
1, const qualifiers on return types make no sense and will trigger a compile warning: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]

2, class HistogramImpl has virtual functions and thus should have a virtual destructor

3, with some toolchain, the macro __STDC_FORMAT_MACROS is predefined and thus should be checked before define

Change-Id: I69747a03bfae88671bfbb2637c80d17600159c99
Signed-off-by: liuhuahang <liuhuahang@zerus.co>
2014-09-04 23:06:23 +08:00
..
2014-08-25 14:24:09 -07:00
2014-09-02 11:49:38 -07:00
2014-09-02 11:49:38 -07:00
2014-05-15 14:09:03 -07:00
2014-05-15 14:09:03 -07:00
2014-09-02 11:49:38 -07:00
2014-08-28 17:06:29 -07:00
2014-05-01 14:09:32 -04:00
2014-04-09 21:17:14 -07:00
2014-09-02 11:49:38 -07:00
2014-08-25 14:24:09 -07:00
2014-07-21 10:31:33 -07:00
2014-07-21 10:31:33 -07:00
2014-02-03 00:30:43 -08:00
2014-09-02 11:49:38 -07:00