mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-05 00:01:15 -03:00
Fix two clang warnings
This commit is contained in:
2
exec.cpp
2
exec.cpp
@@ -1248,7 +1248,7 @@ void exec(parser_t &parser, job_t *j)
|
||||
std::string actual_cmd_str = wcs2string(p->actual_cmd);
|
||||
const char *actual_cmd = actual_cmd_str.c_str();
|
||||
|
||||
const wchar_t *reader_current_filename();
|
||||
const wchar_t *reader_current_filename(void);
|
||||
if (g_log_forks)
|
||||
{
|
||||
const wchar_t *file = reader_current_filename();
|
||||
|
||||
Reference in New Issue
Block a user