diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2018-07-03 23:47:52 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2018-07-03 23:51:31 -0700 |
commit | 891536aaad5a2a456656b778735513a57bb461c3 (patch) | |
tree | 7a4cc66a9eac78e4740b723629c31d2144cc4abd /m4/manywarnings.m4 | |
parent | 38ea8e147add0b386737df4145d7ee0fc841fe55 (diff) | |
download | emacs-891536aaad5a2a456656b778735513a57bb461c3.tar.gz emacs-891536aaad5a2a456656b778735513a57bb461c3.tar.bz2 emacs-891536aaad5a2a456656b778735513a57bb461c3.zip |
Update from Gnulib
This incorporates:
2018-07-01 getloadavg: don't redefine WINDOWS32
2018-07-01 manywarnings: omit -Wswitch-default
* build-aux/config.sub, lib/getloadavg.c, m4/manywarnings.m4:
Copy from Gnulib.
Diffstat (limited to 'm4/manywarnings.m4')
-rw-r--r-- | m4/manywarnings.m4 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/m4/manywarnings.m4 b/m4/manywarnings.m4 index 925c40e139a..516c5874765 100644 --- a/m4/manywarnings.m4 +++ b/m4/manywarnings.m4 @@ -1,4 +1,4 @@ -# manywarnings.m4 serial 15 +# manywarnings.m4 serial 16 dnl Copyright (C) 2008-2018 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -239,7 +239,6 @@ m4_defun([gl_MANYWARN_ALL_GCC(C)], -Wsuggest-final-types \ -Wswitch \ -Wswitch-bool \ - -Wswitch-default \ -Wswitch-unreachable \ -Wsync-nand \ -Wsystem-headers \ |