mirror of
https://github.com/neovim/neovim.git
synced 2025-09-08 12:28:18 +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 *)`;
|
||||
#define RINGBUF_INIT(TypeName, funcprefix, RBType, rbfree) \
|
||||
\
|
||||
\
|
||||
static inline TypeName##RingBuffer funcprefix##_rb_new(const size_t size) \
|
||||
REAL_FATTR_WARN_UNUSED_RESULT; \
|
||||
static inline TypeName##RingBuffer funcprefix##_rb_new(const size_t size) \
|
||||
|
Reference in New Issue
Block a user