summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/lisp.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2016-06-12 11:30:14 +0300
committerEli Zaretskii <eliz@gnu.org>2016-06-12 11:30:14 +0300
commit643e0b8d2857ed63cb9e94731a30d8ed0e9ca889 (patch)
treee3f0792ed58af29345a653ba36a946e7d6ee3b03 /lisp/emacs-lisp/lisp.el
parent5932ffcd028af9fc70c9f8e731f2776a9753d81d (diff)
downloademacs-643e0b8d2857ed63cb9e94731a30d8ed0e9ca889.tar.gz
emacs-643e0b8d2857ed63cb9e94731a30d8ed0e9ca889.tar.bz2
emacs-643e0b8d2857ed63cb9e94731a30d8ed0e9ca889.zip
Fix printf-related compilation warnings on MinGW
* src/conf_post.h (ATTRIBUTE_FORMAT_PRINTF) [__MINGW32__]: Use '__ms_printf__', not '__gnu_printf__', as the latter is not what MS 'printf' supports, and causes bogus compilation warnings. * src/lisp.h (pI) [__MINGW32__]: Define to "I64", as MS 'printf' doesn't support the "ll" modifier.
Diffstat (limited to 'lisp/emacs-lisp/lisp.el')
0 files changed, 0 insertions, 0 deletions