[babl] -Wold-style-declaration
- From: Øyvind "pippin" Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [babl] -Wold-style-declaration
- Date: Sun, 21 Aug 2022 11:40:14 +0000 (UTC)
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]