mirror of
https://github.com/neovim/neovim.git
synced 2025-09-09 21:08:17 +00:00
*: Fix errors from new linter checks
This commit is contained in:
@@ -85,8 +85,6 @@ typedef struct { \
|
|||||||
///
|
///
|
||||||
/// Intended function signature: `void *rbfree(RBType *)`;
|
/// Intended function signature: `void *rbfree(RBType *)`;
|
||||||
#define RINGBUF_INIT(TypeName, funcprefix, RBType, rbfree) \
|
#define RINGBUF_INIT(TypeName, funcprefix, RBType, rbfree) \
|
||||||
\
|
|
||||||
\
|
|
||||||
static inline TypeName##RingBuffer funcprefix##_rb_new(const size_t size) \
|
static inline TypeName##RingBuffer funcprefix##_rb_new(const size_t size) \
|
||||||
REAL_FATTR_WARN_UNUSED_RESULT; \
|
REAL_FATTR_WARN_UNUSED_RESULT; \
|
||||||
static inline TypeName##RingBuffer funcprefix##_rb_new(const size_t size) \
|
static inline TypeName##RingBuffer funcprefix##_rb_new(const size_t size) \
|
||||||
|
Reference in New Issue
Block a user