gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 149/219: CMake: suppress unused variable warnings


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 149/219: CMake: suppress unused variable warnings
Date: Wed, 22 May 2019 19:18:08 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit 97de97daefc2ed084c91eff34af2426f2e55e134
Author: Marcel Raad <address@hidden>
AuthorDate: Sat May 11 14:17:17 2019 +0200

    CMake: suppress unused variable warnings
    
    I missed these in commit d1b5cf830bfe169745721b21245d2217d2c2453e.
---
 CMake/CurlTests.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/CMake/CurlTests.c b/CMake/CurlTests.c
index 848e0d5d7..f7290c398 100644
--- a/CMake/CurlTests.c
+++ b/CMake/CurlTests.c
@@ -607,7 +607,9 @@ int fun2(int arg1, int arg2) {
 int
 main() {
   int res3 = gcc_vmacro3(1, 2, 3);
+  (void)res3;
   int res2 = gcc_vmacro2(1, 2);
+  (void)res2;
   return 0;
 }
 #endif

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



reply via email to

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