Commit ff52c2a9 authored by Federico G. Schwindt's avatar Federico G. Schwindt Committed by Lasse Karstensen

Check format string in some curses implementations

This is enough to get the warnings fixed in the previous commit on Linux.
parent 0af979e3
......@@ -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