diff options
author | Glenn Morris <rgm@gnu.org> | 2012-08-14 06:17:30 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-08-14 06:17:30 -0400 |
commit | 96154d32d5f34f99218a85ce0381b3ba21431645 (patch) | |
tree | 971b99fe485ad6caa699f7d733432303db6aa20c /autogen | |
parent | 08908acaa6d4e2679cf2fc32c91c17906a4de639 (diff) | |
download | emacs-96154d32d5f34f99218a85ce0381b3ba21431645.tar.gz |
Auto-commit of generated files.
Diffstat (limited to 'autogen')
-rw-r--r-- | autogen/config.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/autogen/config.in b/autogen/config.in index 603101f51bf..8e18d1c9206 100644 --- a/autogen/config.in +++ b/autogen/config.in @@ -1554,7 +1554,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ # if (__GNUC__ == 4 && 6 <= __GNUC_MINOR__) || 4 < __GNUC__ # define _GL_INLINE_HEADER_BEGIN \ _Pragma ("GCC diagnostic push") \ - _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") + _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") \ + _Pragma ("GCC diagnostic ignored \"-Wmissing-declarations\"") # define _GL_INLINE_HEADER_END \ _Pragma ("GCC diagnostic pop") # endif |