Fix old-style-declaration warnings
[babeltrace.git] / lib / lib-logging.c
index 657363edb27d3c21dae41a57e8fa03fc4d2090cb..11ba9e71ce443a622b3f23f32a69d2d103f8e5ca 100644 (file)
@@ -75,7 +75,7 @@
 
 #define LIB_LOGGING_BUF_SIZE   (4096 * 4)
 
-static char __thread lib_logging_buf[LIB_LOGGING_BUF_SIZE];
+static __thread char lib_logging_buf[LIB_LOGGING_BUF_SIZE];
 
 #define BUF_APPEND(_fmt, ...)                                          \
        do {                                                            \
This page took 0.023848 seconds and 4 git commands to generate.