UST-wide warning fixes/bugfixes
[ust.git] / include / ust / ust_trace.h
index cedd47fdf5ab8bec5a5038dee3b6f998bd677a66..11d5940c68bed8ae85d1bb9b1f593fd8df9156d3 100644 (file)
@@ -84,7 +84,7 @@
        };                                                              \
        static void __attribute__((constructor)) init_##name()          \
        {                                                               \
-               void *dummy;                                            \
+               void *dummy = NULL;                                     \
                register_trace_##name(trace_printf_##name, dummy);      \
        }
 
This page took 0.022379 seconds and 4 git commands to generate.