diff options
| author | Glenn Morris | 2013-09-07 06:17:39 -0400 |
|---|---|---|
| committer | Glenn Morris | 2013-09-07 06:17:39 -0400 |
| commit | fc4002bd6462ea122540dc2d29d9b8c2723ae050 (patch) | |
| tree | b080df7b2e592462d5ed11371ad9f528304b5ec9 | |
| parent | 4b73fc7347e15f329a9a866f90e4241e064ec66d (diff) | |
| download | emacs-fc4002bd6462ea122540dc2d29d9b8c2723ae050.tar.gz emacs-fc4002bd6462ea122540dc2d29d9b8c2723ae050.zip | |
Auto-commit of generated files.
| -rwxr-xr-x | autogen/configure | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/autogen/configure b/autogen/configure index 7fe40f5bd51..4be101ce418 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -7656,6 +7656,13 @@ fi | |||
| 7656 | # The following line should be removable at some point. | 7656 | # The following line should be removable at some point. |
| 7657 | nw="$nw -Wsuggest-attribute=pure" | 7657 | nw="$nw -Wsuggest-attribute=pure" |
| 7658 | 7658 | ||
| 7659 | # This part is merely for shortening the command line, | ||
| 7660 | # since -Wno-FOO needs to be added below regardless. | ||
| 7661 | nw="$nw -Wmissing-field-initializers" | ||
| 7662 | nw="$nw -Wswitch" | ||
| 7663 | nw="$nw -Wtype-limits" | ||
| 7664 | nw="$nw -Wunused-parameter" | ||
| 7665 | |||
| 7659 | # clang is unduly picky about some things. | 7666 | # clang is unduly picky about some things. |
| 7660 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler is clang" >&5 | 7667 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler is clang" >&5 |
| 7661 | $as_echo_n "checking whether the compiler is clang... " >&6; } | 7668 | $as_echo_n "checking whether the compiler is clang... " >&6; } |
| @@ -10342,6 +10349,25 @@ fi | |||
| 10342 | 10349 | ||
| 10343 | if test "$window_system" = none && test "$gl_gcc_warnings" = yes; then | 10350 | if test "$window_system" = none && test "$gl_gcc_warnings" = yes; then |
| 10344 | # Too many warnings for now. | 10351 | # Too many warnings for now. |
| 10352 | nw= | ||
| 10353 | nw="$nw -Wsuggest-attribute=const" | ||
| 10354 | nw="$nw -Wsuggest-attribute=noreturn" | ||
| 10355 | |||
| 10356 | gl_warn_set= | ||
| 10357 | set x $WARN_CFLAGS; shift | ||
| 10358 | for gl_warn_item | ||
| 10359 | do | ||
| 10360 | case " $nw " in | ||
| 10361 | *" $gl_warn_item "*) | ||
| 10362 | ;; | ||
| 10363 | *) | ||
| 10364 | gl_warn_set="$gl_warn_set $gl_warn_item" | ||
| 10365 | ;; | ||
| 10366 | esac | ||
| 10367 | done | ||
| 10368 | WARN_CFLAGS=$gl_warn_set | ||
| 10369 | |||
| 10370 | |||
| 10345 | 10371 | ||
| 10346 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-unused-variable" >&5 | 10372 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-unused-variable" >&5 |
| 10347 | $as_echo_n "checking whether C compiler handles -Wno-unused-variable... " >&6; } | 10373 | $as_echo_n "checking whether C compiler handles -Wno-unused-variable... " >&6; } |