mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-17 02:41:15 -03:00
Mark some variables as unused
These triggered warnings.
This commit is contained in:
@@ -150,6 +150,7 @@ namespace {
|
||||
/// Test if the given string contains error. Since this is the error detection for general purpose,
|
||||
/// there are no invalid strings, so this function always returns false.
|
||||
parser_test_error_bits_t default_test(parser_t &parser, const wcstring &b) {
|
||||
UNUSED(parser);
|
||||
UNUSED(b);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user