[svn:DBD-Pg] r13131 - DBD-Pg/trunk

[email protected]
Newsgroups gmane.comp.db.postgresql.dbdpg.cvs
Message-ID <[email protected]>
Author: turnstep
Date: Mon Jul 27 15:34:09 2009
New Revision: 13131

Modified:
   DBD-Pg/trunk/dbdimp.c

Log:
Not implicit fallthrough


Modified: DBD-Pg/trunk/dbdimp.c
==============================================================================
--- DBD-Pg/trunk/dbdimp.c	(original)
+++ DBD-Pg/trunk/dbdimp.c	Mon Jul 27 15:34:09 2009
@@ -388,6 +388,7 @@
 				strncpy(imp_dbh->sqlstate, "08000", 6); /* CONNECTION EXCEPTION */
 				break;
 			}
+			/*@fallthrough@*/
 		default:
 			strncpy(imp_dbh->sqlstate, "22000", 6); /* DATA EXCEPTION */
 			break;
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.