type cast FIELD_ARRAY
[lttv.git] / ltt / branches / poly / lttv / lttv / tracecontext.h
index df15a56c2e67cc1998b0ef9353cc58fe76fd37b6..eb9e15bec9222b092712aed1b87f475db7c4070c 100644 (file)
@@ -279,7 +279,7 @@ typedef struct _LttvTraceHook {
   gpointer hook_data;
 } LttvTraceHook;
 
-#define FIELD_ARRAY(val) ({ (val), 0 })
+#define FIELD_ARRAY(val) ((GQuark[]){ (val), 0 })
 
 /* Get the head of marker list correcponding to the given trace hook.
  */
This page took 0.02757 seconds and 4 git commands to generate.