diff options
author | Simon Josefsson <simon@josefsson.org> | 2011-11-20 22:35:45 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2011-11-20 22:35:45 +0100 |
commit | 1241f93fbbe39a1cef42d51e2e59913adbf48996 (patch) | |
tree | e6be9e71742544f0ddad2637d1fe1e6102e7a904 /gl | |
parent | 48d0d1beba14daf27603b92a6843f130d17157c9 (diff) | |
download | libtasn1-1241f93fbbe39a1cef42d51e2e59913adbf48996.tar.gz libtasn1-1241f93fbbe39a1cef42d51e2e59913adbf48996.tar.bz2 libtasn1-1241f93fbbe39a1cef42d51e2e59913adbf48996.zip |
Update gnulib files.
Diffstat (limited to 'gl')
-rw-r--r-- | gl/m4/manywarnings.m4 | 105 |
1 files changed, 105 insertions, 0 deletions
diff --git a/gl/m4/manywarnings.m4 b/gl/m4/manywarnings.m4 index 67db064..9788ebf 100644 --- a/gl/m4/manywarnings.m4 +++ b/gl/m4/manywarnings.m4 @@ -135,6 +135,111 @@ AC_DEFUN([gl_MANYWARN_ALL_GCC], -Wmudflap \ -Wpacked-bitfield-compat \ -Wsync-nand \ + -Wabi \ + -Waddress \ + -Waliasing \ + -Walign-commons \ + -Wampersand \ + -Warray-bounds \ + -Warray-temporaries \ + -Wassign-intercept \ + -Wattributes \ + -Wc++0x-compat \ + -Wchar-subscripts \ + -Wcharacter-truncation \ + -Wclobbered \ + -Wcomment \ + -Wcomments \ + -Wconversion-extra \ + -Wconversion-null \ + -Wcoverage-mismatch \ + -Wcpp \ + -Wctor-dtor-privacy \ + -Wdeprecated \ + -Wdeprecated-declarations \ + -Wdiv-by-zero \ + -Wdouble-promotion \ + -Weffc++ \ + -Wempty-body \ + -Wendif-labels \ + -Wenum-compare \ + -Werror-implicit-function-declaration \ + -Wextra \ + -Wformat \ + -Wformat-contains-nul \ + -Wformat-extra-args \ + -Wformat-zero-length \ + -Wformat=2 \ + -Wignored-qualifiers \ + -Wimplicit \ + -Wimplicit-function-declaration \ + -Wimplicit-int \ + -Wimplicit-interface \ + -Wimplicit-procedure \ + -Wint-to-pointer-cast \ + -Wintrinsic-shadow \ + -Wintrinsics-std \ + -Winvalid-offsetof \ + -Wjump-misses-init \ + -Wline-truncation \ + -Wmain \ + -Wmissing-braces \ + -Wmissing-field-initializers \ + -Wmissing-parameter-type \ + -Wmultichar \ + -Wnoexcept \ + -Wnon-template-friend \ + -Wnon-virtual-dtor \ + -Wnonnull \ + -Wnormalized=nfc \ + -Wold-style-cast \ + -Wold-style-declaration \ + -Woverflow \ + -Woverloaded-virtual \ + -Woverride-init \ + -Wparentheses \ + -Wpmf-conversions \ + -Wpointer-sign \ + -Wpointer-to-int-cast \ + -Wpragmas \ + -Wproperty-assign-default \ + -Wprotocol \ + -Wreal-q-constant \ + -Wreorder \ + -Wreturn-type \ + -Wselector \ + -Wsequence-point \ + -Wsign-compare \ + -Wsign-promo \ + -Wstrict-null-sentinel \ + -Wstrict-overflow=5 \ + -Wstrict-selector-match \ + -Wsuggest-attribute=const \ + -Wsuggest-attribute=noreturn \ + -Wsuggest-attribute=pure \ + -Wsurprising \ + -Wswitch \ + -Wsynth \ + -Wtabs \ + -Wtrampolines \ + -Wtrigraphs \ + -Wtype-limits \ + -Wundeclared-selector \ + -Wunderflow \ + -Wuninitialized \ + -Wunsuffixed-float-constants \ + -Wunused-but-set-parameter \ + -Wunused-but-set-variable \ + -Wunused-dummy-argument \ + -Wunused-function \ + -Wunused-label \ + -Wunused-macros \ + -Wunused-parameter \ + -Wunused-result \ + -Wunused-value \ + -Wunused-variable \ + -Wvariadic-macros \ + -frequire-return-statement \ ; do gl_manywarn_set="$gl_manywarn_set $gl_manywarn_item" done |