diff options
| author | Paul Eggert | 2011-03-13 22:36:36 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-03-13 22:36:36 -0700 |
| commit | c03cd23f455776f4fdf68966f6ac01e99f054d1e (patch) | |
| tree | 45fbbbb74af200812006ebc83d3d3e5b7db1908e /src/ChangeLog | |
| parent | 244fc23d16bd60d159ee359a2f9eadff8b9fe8d3 (diff) | |
| download | emacs-c03cd23f455776f4fdf68966f6ac01e99f054d1e.tar.gz emacs-c03cd23f455776f4fdf68966f6ac01e99f054d1e.zip | |
* emacs.c (main): Add casts to avoid warnings
if GCC considers string literals to be constants.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 76da9676289..3acc86015b4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -4,6 +4,8 @@ | |||
| 4 | (DEFINE_DUMMY_FUNCTION): New macro. | 4 | (DEFINE_DUMMY_FUNCTION): New macro. |
| 5 | (__do_global_ctors, __do_global_ctors_aux, __do_global_dtors, __main): | 5 | (__do_global_ctors, __do_global_ctors_aux, __do_global_dtors, __main): |
| 6 | Use it. | 6 | Use it. |
| 7 | (main): Add casts to avoid warnings | ||
| 8 | if GCC considers string literals to be constants. | ||
| 7 | 9 | ||
| 8 | * lisp.h (fatal_error_signal): Add decl, since it's exported. | 10 | * lisp.h (fatal_error_signal): Add decl, since it's exported. |
| 9 | 11 | ||