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-07-08 12:31:49 -07:00
2014-08-26 14:15:00 -07:00
2014-08-11 13:22:47 -04:00
2014-08-11 13:22:47 -04:00
2014-08-28 12:46:05 -04:00
2014-07-20 22:57:20 +08:00
2014-08-28 17:06:29 -07:00
2014-09-04 23:06:23 +08:00
2014-09-02 10:50:15 -07:00
2014-07-30 10:17:48 -07:00
2014-02-28 13:19:47 -08:00
2014-01-27 14:49:10 -08:00
2014-03-14 22:44:35 +00:00
2014-03-14 13:02:20 -07:00
2014-01-30 22:10:10 -08:00
2014-09-04 23:06:23 +08:00
2014-04-15 13:39:26 -07:00
2014-09-02 13:29:05 -07:00