gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 16/150: lib517: make variable static to avoid compi


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 16/150: lib517: make variable static to avoid compiler warning
Date: Fri, 30 Mar 2018 16:47:50 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit a6b611f0d01aff9d0d0d411928c9103c8036af75
Author: Daniel Stenberg <address@hidden>
AuthorDate: Fri Jan 26 16:50:32 2018 +0100

    lib517: make variable static to avoid compiler warning
    
    ... with clang on macos
---
 tests/libtest/lib517.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/libtest/lib517.c b/tests/libtest/lib517.c
index a30c2d5ce..e7451907c 100644
--- a/tests/libtest/lib517.c
+++ b/tests/libtest/lib517.c
@@ -28,7 +28,7 @@ struct dcheck {
   time_t output;
 };
 
-struct dcheck dates[] = {
+static struct dcheck dates[] = {
   {"Sun, 06 Nov 1994 08:49:37 GMT", 784111777 },
   {"Sunday, 06-Nov-94 08:49:37 GMT", 784111777 },
   {"Sun Nov  6 08:49:37 1994", 784111777 },

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]