]> granicus.if.org Git - neomutt/commit
build: workaround slang warnings
authorRichard Russon <rich@flatcap.org>
Wed, 5 Apr 2017 16:25:38 +0000 (17:25 +0100)
committerRichard Russon <rich@flatcap.org>
Sat, 8 Apr 2017 21:24:37 +0000 (22:24 +0100)
commitada12fe3ddc5ee8b82dfe7031c59f00811aabad6
tree3b295642801c67286eea79c34d5b37a902458347
parentd1977bf9ec5347c92d31bd01e4db5971c2aa9019
build: workaround slang warnings

The prototypes for these four functions use (char*),
whereas the ncurses versions use (const char*)
  addnstr
  addstr
  mvaddnstr
  mvaddstr

We redefine the helper macros to hide the compiler warnings.
mutt_curses.h