gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 110/150: lib655: silence compiler warning


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 110/150: lib655: silence compiler warning
Date: Fri, 30 Mar 2018 16:49:24 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit a1d78ffc8d568c85d1088e05c585dc211f7ca05b
Author: Viktor Szakats <address@hidden>
AuthorDate: Fri Feb 23 23:57:15 2018 +0000

    lib655: silence compiler warning
    
    Closes https://github.com/curl/curl/pull/2335
---
 tests/libtest/lib655.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/libtest/lib655.c b/tests/libtest/lib655.c
index 7ee12a3f7..f87191598 100644
--- a/tests/libtest/lib655.c
+++ b/tests/libtest/lib655.c
@@ -23,7 +23,7 @@
 
 #include "memdebug.h"
 
-const char TEST_DATA_STRING[] = "Test data";
+static const char TEST_DATA_STRING[] = "Test data";
 static int cb_count = 0;
 
 static int

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



reply via email to

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