[dovecot-cvs] dovecot/src/util dovecotpw.c,1.3.2.1,1.3.2.2

tss at dovecot.org tss at dovecot.org
Thu Dec 21 21:25:26 UTC 2006


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

Modified Files:
      Tag: branch_1_0
	dovecotpw.c 
Log Message:
argv[] isn't unused.



Index: dovecotpw.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/util/dovecotpw.c,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -u -d -r1.3.2.1 -r1.3.2.2
--- dovecotpw.c	21 Dec 2006 21:22:15 -0000	1.3.2.1
+++ dovecotpw.c	21 Dec 2006 21:25:23 -0000	1.3.2.2
@@ -32,7 +32,7 @@
 	exit(1);
 }
 
-int main(int argc, char *argv[] __attr_unused__)
+int main(int argc, char *argv[])
 {
 	extern char *optarg;
 	extern int optind;



More information about the dovecot-cvs mailing list