[Pkg-wmaker-commits] [wmbiff] 08/32: attribute tags for warning cleanup w/o gnutls

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:00:35 UTC 2015


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

dtorrance-guest pushed a commit to tag wmbiff_0_3_8
in repository wmbiff.

commit 0fd8d90016a04e822e6163fe805db321bac55dad
Author: bluehal <bluehal>
Date:   Sat Mar 2 06:39:41 2002 +0000

    attribute tags for warning cleanup w/o gnutls
---
 wmbiff/tlsComm.c | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/wmbiff/tlsComm.c b/wmbiff/tlsComm.c
index 2bcdd89..2b32041 100644
--- a/wmbiff/tlsComm.c
+++ b/wmbiff/tlsComm.c
@@ -401,11 +401,12 @@ void handle_gnutls_read_error(int readbytes, struct connection_state *scs)
 
 #else
 /* declare stubs when tls isn't compiled in */
-struct connection_state *initialize_gnutls( /*@unused@ */ int sd,
-										   /*@unused@ */ char *name,
-										   /*@unused@ */ Pop3 pc)
+struct connection_state *
+initialize_gnutls( /*@unused@ */ int sd __attribute__((unused)),
+                   /*@unused@ */ char *name __attribute__((unused)),
+                   /*@unused@ */ Pop3 pc __attribute__((unused)))
 {
-	DMA(DEBUG_ERROR,
+	DM(pc, DEBUG_ERROR,
 		"FATAL: tried to initialize ssl when ssl wasn't compiled in.\n");
 	exit(EXIT_FAILURE);
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git



More information about the Pkg-wmaker-commits mailing list