mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 16:08:36 +00:00
build/MSVC: fix "C4028: formal parameter different from declaration"
This commit is contained in:
@@ -47,7 +47,7 @@ typedef enum {
|
||||
/// Internal call from lua code
|
||||
#define LUA_INTERNAL_CALL (VIML_INTERNAL_CALL + 1)
|
||||
|
||||
static inline bool is_internal_call(uint64_t channel_id)
|
||||
static inline bool is_internal_call(const uint64_t channel_id)
|
||||
REAL_FATTR_ALWAYS_INLINE REAL_FATTR_CONST;
|
||||
|
||||
/// Check whether call is internal
|
||||
|
Reference in New Issue
Block a user