[balsa/gtk3] Suppress cppcheck syntax error



commit 208d380b07aec51db71a1654c11dadfa273c9874
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Sun Jul 22 14:58:53 2012 -0400

    Suppress cppcheck syntax error
    
    	* libbalsa/gmime-gpgme-signature.h: suppress cppcheck syntax
    	error.

 ChangeLog                        |    5 +++++
 libbalsa/gmime-gpgme-signature.h |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 2f05f25..dfe8f67 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2012-07-22  Peter Bloomfield
 
+	* libbalsa/gmime-gpgme-signature.h: suppress cppcheck syntax
+	error.
+
+2012-07-22  Peter Bloomfield
+
 	* libbalsa/address-book-extern.c (parse_externq_file): use
 	*scanf field limits to satisfy cppcheck.
 
diff --git a/libbalsa/gmime-gpgme-signature.h b/libbalsa/gmime-gpgme-signature.h
index f036af9..00279b8 100644
--- a/libbalsa/gmime-gpgme-signature.h
+++ b/libbalsa/gmime-gpgme-signature.h
@@ -73,6 +73,7 @@ gchar *libbalsa_cert_subject_readable(const gchar *subject);
 
 
 #ifdef __cplusplus
+/* cppcheck-suppress syntaxError */
 }
 #endif				/* __cplusplus */
 



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