summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2015-05-26 14:35:09 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2015-05-26 14:35:09 (GMT)
commit644b9071c0e1cdbd6878e94e479c95080ba843e6 (patch)
treeb026b655ab6d1b8be46eb685ef970e2e8a8daad4 /tools
parentc65afd94acf959ab6bdee30dea5270f3ef072e1b (diff)
downloadhdf5-644b9071c0e1cdbd6878e94e479c95080ba843e6.zip
hdf5-644b9071c0e1cdbd6878e94e479c95080ba843e6.tar.gz
hdf5-644b9071c0e1cdbd6878e94e479c95080ba843e6.tar.bz2
[svn-r27112] merge 27111 from trunk:
move undef of __attribute__ back to private and remove its usage from public routines.
Diffstat (limited to 'tools')
-rw-r--r--tools/lib/h5tools_utils.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/lib/h5tools_utils.h b/tools/lib/h5tools_utils.h
index fd588b9..3285278 100644
--- a/tools/lib/h5tools_utils.h
+++ b/tools/lib/h5tools_utils.h
@@ -124,9 +124,9 @@ H5TOOLS_DLLVAR int h5tools_nCols; /*max number of columns for
/* Definitions of useful routines */
H5TOOLS_DLL void indentation(int);
H5TOOLS_DLL void print_version(const char *progname);
-H5TOOLS_DLL void parallel_print(const char* format, ... )__attribute__((format (printf, 1, 2)));
-H5TOOLS_DLL void error_msg(const char *fmt, ...)__attribute__((format (printf, 1, 2)));
-H5TOOLS_DLL void warn_msg(const char *fmt, ...)__attribute__((format (printf, 1, 2)));
+H5TOOLS_DLL void parallel_print(const char* format, ... );
+H5TOOLS_DLL void error_msg(const char *fmt, ...);
+H5TOOLS_DLL void warn_msg(const char *fmt, ...);
H5TOOLS_DLL void help_ref_msg(FILE *output);
H5TOOLS_DLL void free_table(table_t *table);
#ifdef H5DUMP_DEBUG