mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-23 08:31:16 -03:00
lint: unused parameter
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
static int writeb_internal(char c);
|
||||
|
||||
/// The function used for output.
|
||||
static int (*out)(char c) = writeb_internal;
|
||||
static int (*out)(char c) = writeb_internal; //!OCLINT(unused param)
|
||||
|
||||
/// Whether term256 and term24bit are supported.
|
||||
static color_support_t color_support = 0;
|
||||
|
||||
Reference in New Issue
Block a user