diff options
Diffstat (limited to 'vtysh/vtysh_main.c')
| -rw-r--r-- | vtysh/vtysh_main.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vtysh/vtysh_main.c b/vtysh/vtysh_main.c index 20be81b901..76956574cc 100644 --- a/vtysh/vtysh_main.c +++ b/vtysh/vtysh_main.c @@ -27,8 +27,12 @@ #include <sys/file.h> #include <unistd.h> +/* readline carries some ancient definitions around */ +#pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Wstrict-prototypes" #include <readline/readline.h> #include <readline/history.h> +#pragma GCC diagnostic pop /* * The append_history function only appears in newer versions |
