]> git.ipfire.org Git - thirdparty/gettext.git/commit
Fix a gcc warning on mingw.
authorBruno Haible <bruno@clisp.org>
Sat, 27 Apr 2019 02:58:24 +0000 (04:58 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 27 Apr 2019 02:58:24 +0000 (04:58 +0200)
commit4c23cf73b31d518a3424fa1571ecd384dbe4485a
tree817946275ea32cba7e112d8e50aa935ed394f0c3
parent3de41d3b2832bbf28cc9ad7cd75b969e73595a26
Fix a gcc warning on mingw.

* gettext-tools/src/msginit.c (get_user_pwd): Don't define if HAVE_PWD_H is not
set.
(get_user_fullname): Don't call get_user_pwd if HAVE_PWD_H is not set.
gettext-tools/src/msginit.c