[GRASS-SVN] r54871 - grass/trunk/include/defs

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Feb 3 06:19:07 PST 2013


Author: mmetz
Date: 2013-02-03 06:19:07 -0800 (Sun, 03 Feb 2013)
New Revision: 54871

Modified:
   grass/trunk/include/defs/dbmi.h
Log:
dbmi header: fix fn declearation

Modified: grass/trunk/include/defs/dbmi.h
===================================================================
--- grass/trunk/include/defs/dbmi.h	2013-02-03 14:17:21 UTC (rev 54870)
+++ grass/trunk/include/defs/dbmi.h	2013-02-03 14:19:07 UTC (rev 54871)
@@ -105,7 +105,8 @@
 int db_d_grant_on_table(void);
 int db_d_insert(void);
 void db_d_init_error(const char *);
-void db_d_append_error(const char *, ...);
+void db_d_append_error(const char *, ...)
+    __attribute__ ((format(printf, 1, 2)));
 void db_d_report_error(void);
 dbDirent *db_dirent(const char *, int *);
 int db_d_list_databases(void);



More information about the grass-commit mailing list