mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 21:06:52 +03:00
src/filemanager/find.c: cleanup -Wcast-qual warning.
Signed-off-by: Andreas Mohr <and@gmx.li> Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
8fd2fd69d7
commit
0fae3ded3e
@ -853,7 +853,7 @@ find_parameters (char **start_dir, ssize_t * start_dir_len,
|
|||||||
/* --------------------------------------------------------------------------------------------- */
|
/* --------------------------------------------------------------------------------------------- */
|
||||||
|
|
||||||
static inline void
|
static inline void
|
||||||
push_directory (const vfs_path_t * dir)
|
push_directory (vfs_path_t * dir)
|
||||||
{
|
{
|
||||||
g_queue_push_head (&dir_queue, (void *) dir);
|
g_queue_push_head (&dir_queue, (void *) dir);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user