From 22c6cf86eaefb85d68938ff974aa3cb317320e97 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Wed, 26 Apr 2017 17:21:12 -0400 Subject: [PATCH] ISO C: empty file needs at least one declaration MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- compat/dummy.c | 1 + 1 file changed, 1 insertion(+) diff --git a/compat/dummy.c b/compat/dummy.c index d45bf0fd..724a4578 100644 --- a/compat/dummy.c +++ b/compat/dummy.c @@ -1 +1,2 @@ /* BSD versions of ar won't accept an empty file list */ +int bt_looks_like_iso_requires_this = 23; -- 2.34.1