1
0
forked from aniani/vim

patch 8.2.4368: Amiga: a few compiler warnings

Problem:    Amiga: a few compiler warnings.
Solution:   Adjust #ifdefs. Add "UNUSED". (Ola Söder, closes #9756,
            closes #9757)
This commit is contained in:
ola.soder@axis.com
2022-02-13 12:13:38 +00:00
committed by Bram Moolenaar
parent 4525a57afb
commit e131496ebf
3 changed files with 10 additions and 8 deletions

View File

@@ -37,7 +37,7 @@
* A few linux systems define outfuntype in termcap.h to be used as the third
* argument for tputs().
*/
# ifdef VMS
# if defined(VMS) || defined(AMIGA)
# define TPUTSFUNCAST (void (*)(unsigned int))
# else
# ifdef HAVE_OUTFUNTYPE