Commit 84f57a3f authored by Federico G. Schwindt's avatar Federico G. Schwindt

Check format string in some curses implementations

This is enough to get the warnings fixed in the previous commit on Linux.
parent 176ead9c
......@@ -33,6 +33,8 @@
#elif defined HAVE_NCURSES_CURSES_H
# include <ncurses/curses.h>
#elif defined HAVE_NCURSES_H
# define GCC_PRINTF
# define GCC_SCANF
# include <ncurses.h>
#elif defined HAVE_CURSES_H
# include <curses.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment