]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
build: ignore -Wmissing-variable-declarations for now
authorDaiki Ueno <ueno@gnu.org>
Sat, 27 Jul 2024 00:15:10 +0000 (09:15 +0900)
committerDaiki Ueno <ueno@gnu.org>
Sat, 27 Jul 2024 00:15:28 +0000 (09:15 +0900)
Signed-off-by: Daiki Ueno <ueno@gnu.org>
configure.ac

index 2cd5fa4512cba6a0a86e1a8be0613abcb323630c..885afe3eccd4e31e98bc2464d5bf392ae57151d3 100644 (file)
@@ -592,6 +592,7 @@ if test "$gl_gcc_warnings" = yes; then
   nw="$nw -Wredundant-decls"        # Some files cannot be compiled with that (gl_fd_to_handle)
   nw="$nw -Wtype-limits"            # Too many warnings in gnulib macros
   nw="$nw -Warith-conversion"       # Too compiler dependent
+  nw="$nw -Wmissing-variable-declarations" # asn1Parser provides no way to embed declarations in generated code
 
   gl_MANYWARN_ALL_GCC([ws])
   gl_MANYWARN_COMPLEMENT(ws, [$ws], [$nw])