mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-11 15:40:53 +00:00
build: silence some cast-align warnings on ARM
This commit is contained in:
@ -34,7 +34,7 @@ struct _SpVisualizerTicks
|
|||||||
gint64 epoch;
|
gint64 epoch;
|
||||||
gint64 begin_time;
|
gint64 begin_time;
|
||||||
gint64 end_time;
|
gint64 end_time;
|
||||||
};
|
} __attribute__((aligned(8)));
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
TICK_MINUTES,
|
TICK_MINUTES,
|
||||||
|
|||||||
@ -32,7 +32,7 @@ struct _SpZoomManager
|
|||||||
gdouble min_zoom;
|
gdouble min_zoom;
|
||||||
gdouble max_zoom;
|
gdouble max_zoom;
|
||||||
gdouble zoom;
|
gdouble zoom;
|
||||||
};
|
} __attribute__((aligned(8)));
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
PROP_0,
|
PROP_0,
|
||||||
|
|||||||
Reference in New Issue
Block a user