mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 23:08:16 +00:00
*: Fix errors from new linter checks
This commit is contained in:
@@ -25,7 +25,7 @@ typedef struct _queue {
|
||||
} QUEUE;
|
||||
|
||||
// Public macros.
|
||||
#define QUEUE_DATA(ptr, type, field) \
|
||||
#define QUEUE_DATA(ptr, type, field) \
|
||||
((type *)((char *)(ptr) - offsetof(type, field)))
|
||||
|
||||
#define QUEUE_FOREACH(q, h) \
|
||||
|
Reference in New Issue
Block a user