This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=d405499917bd9378e0d64c6fbfe82add567f24b6 commit d405499917bd9378e0d64c6fbfe82add567f24b6 Author: Guillem Jover <[email protected]> AuthorDate: Thu Oct 26 00:31:01 2023 +0200 libcompat: Declare exit_failure as an extern variable Warned-by: clang --- lib/compat/obstack.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/compat/obstack.c b/lib/compat/obstack.c index dad7c36c5..ca9aa114f 100644 --- a/lib/compat/obstack.c +++ b/lib/compat/obstack.c @@ -101,6 +101,7 @@ int obstack_exit_failure = EXIT_FAILURE; #ifndef EXIT_FAILURE #define EXIT_FAILURE 1 #endif +extern int volatile exit_failure; int volatile exit_failure = EXIT_FAILURE; # define obstack_exit_failure exit_failure # endif -- Dpkg.Org's dpkg

