dialog: -Werror=implicit-function-declaration

This commit is contained in:
Fredrik Fornwall 2017-07-07 09:24:15 +02:00
parent 9e0af9b2ea
commit 72435ffd93
1 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
diff -u -r ../dialog-1.3-20170509/configure ./configure
--- ../dialog-1.3-20170509/configure 2017-05-09 23:27:22.000000000 +0000
+++ ./configure 2017-07-07 07:23:30.678552568 +0000
@@ -11650,7 +11650,7 @@
int
main (void)
{
-initscr(); tgoto("?", 0,0)
+initscr();
;
return 0;
}
@@ -13449,7 +13449,7 @@
int
main (void)
{
-initscr(); tgoto("?", 0,0)
+initscr();
;
return 0;
}