diff options
| author | Eli Zaretskii | 2013-03-27 10:40:24 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2013-03-27 10:40:24 +0200 |
| commit | e0c3eb8913d82ab60279acda8113bfe4ace483cb (patch) | |
| tree | e9149cf5f8ea017666b4452858650b211cb96fc2 /nt/ChangeLog | |
| parent | 849e8b01604f1fba278e010a18754bc4812681c6 (diff) | |
| download | emacs-e0c3eb8913d82ab60279acda8113bfe4ace483cb.tar.gz emacs-e0c3eb8913d82ab60279acda8113bfe4ace483cb.zip | |
Avoid MinGW64 compiler warnings.
nt/inc/ms-w32.h (sys_localtime) [_W64]: Provide a prototype, to
avoid MinGW64 compiler warnings in editfns.c.
Diffstat (limited to 'nt/ChangeLog')
| -rw-r--r-- | nt/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index 6a9c35c13ae..398d04e52a0 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2013-03-27 Eli Zaretskii <eliz@gnu.org> | 1 | 2013-03-27 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * inc/ms-w32.h (sys_localtime) [_W64]: Provide a prototype, to | ||
| 4 | avoid MinGW64 compiler warnings in editfns.c. | ||
| 5 | |||
| 3 | Fix rules for parallel builds. | 6 | Fix rules for parallel builds. |
| 4 | * makefile.w32-in (ALL): Depend on *.exe files, not on phony names | 7 | * makefile.w32-in (ALL): Depend on *.exe files, not on phony names |
| 5 | without the .exe suffix. | 8 | without the .exe suffix. |