[babl] -Wold-style-declaration



commit 8b0a3e061eb38ee0afcb0a9366a957f133ba86af
Author: Axel Viala <axel viala darnuria eu>
Date:   Fri Mar 25 15:59:28 2022 +0100

    -Wold-style-declaration

 babl/babl-fish-path.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/babl/babl-fish-path.c b/babl/babl-fish-path.c
index c51d46158..d06129fdd 100644
--- a/babl/babl-fish-path.c
+++ b/babl/babl-fish-path.c
@@ -1365,7 +1365,7 @@ babl_process_rows (const Babl *fish,
 #include <stdint.h>
 
 #define BABL_ALIGN 16
-static void inline *align_16 (unsigned char *ret)
+static inline void *align_16 (unsigned char *ret)
 {
   int offset = BABL_ALIGN - ((uintptr_t) ret) % BABL_ALIGN;
   ret = ret + offset;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]