diff options
| author | Jan Djärv | 2013-09-23 09:12:01 +0200 |
|---|---|---|
| committer | Jan Djärv | 2013-09-23 09:12:01 +0200 |
| commit | 8762e52438d46d81e518179e4f9bd8a939463ddb (patch) | |
| tree | 33a25414302599a9dbe3d2a4144927e128f57af1 /src/ChangeLog | |
| parent | 332153538c3268edb9154fbe29a6fdc5e012e595 (diff) | |
| download | emacs-8762e52438d46d81e518179e4f9bd8a939463ddb.tar.gz emacs-8762e52438d46d81e518179e4f9bd8a939463ddb.zip | |
Suppress some unhelpful warnings when using clang.
* configure.ac: With clang, check for and use -Wno-switch,
-Wno-tautological-constant-out-of-range-compare and -Wno-pointer-sign.
* conf_post.h(assume): Use __builtin_unreachable for clang.
* src/filelock.c (lock_file_1): Rearrange to remove compiler warning
about excess arguments to snprintf.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 668ebeb8537..29cd8676584 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2013-09-23 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * filelock.c (lock_file_1): Rearrange to remove compiler warning | ||
| 4 | about excess arguments to snprintf. | ||
| 5 | |||
| 6 | * conf_post.h(assume): Use __builtin_unreachable for clang. | ||
| 7 | |||
| 1 | 2013-09-23 Juanma Barranquero <lekktu@gmail.com> | 8 | 2013-09-23 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 9 | ||
| 3 | * w32console.c (initialize_w32_display): Remove unused variable hlinfo. | 10 | * w32console.c (initialize_w32_display): Remove unused variable hlinfo. |