[dovecot-cvs] dovecot/src/util dovecotpw.c,1.4,1.5

tss at dovecot.org tss at dovecot.org
Sat Nov 18 14:06:39 UTC 2006


Update of /var/lib/cvs/dovecot/src/util
In directory talvi:/tmp/cvs-serv25815/util

Modified Files:
	dovecotpw.c 
Log Message:
Added some noreturn attributes and fixed warnings caused by them.



Index: dovecotpw.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/util/dovecotpw.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- dovecotpw.c	18 Nov 2006 13:43:46 -0000	1.4
+++ dovecotpw.c	18 Nov 2006 14:06:37 -0000	1.5
@@ -17,7 +17,7 @@
 
 #define DEFAULT_SCHEME "HMAC-MD5"
 
-static void
+static void __attr_noreturn__
 usage(const char *s)
 {
 	fprintf(stderr,



More information about the dovecot-cvs mailing list