diff options
author | cvs2svn <no_author@cvs2svn> | 2004-12-29 14:10:02 (GMT) |
---|---|---|
committer | cvs2svn <no_author@cvs2svn> | 2004-12-29 14:10:02 (GMT) |
commit | 548c2c00c05d36e98820afdcc92c52eef1bcd9af (patch) | |
tree | 5aae5bec9d50c1aa0f9dc40a9f093fa7786deea2 /src/hdf5-lin.lnt | |
parent | f813a9c4415972ff7e79c7d309a1c1a97bfad2ad (diff) | |
download | hdf5-548c2c00c05d36e98820afdcc92c52eef1bcd9af.zip hdf5-548c2c00c05d36e98820afdcc92c52eef1bcd9af.tar.gz hdf5-548c2c00c05d36e98820afdcc92c52eef1bcd9af.tar.bz2 |
[svn-r9725] This commit was manufactured by cvs2svn to create branch 'hdf5_1_6'.
Diffstat (limited to 'src/hdf5-lin.lnt')
-rw-r--r-- | src/hdf5-lin.lnt | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/hdf5-lin.lnt b/src/hdf5-lin.lnt new file mode 100644 index 0000000..da20937 --- /dev/null +++ b/src/hdf5-lin.lnt @@ -0,0 +1,24 @@ +// Define the __func__ macro so we don't get warnings about using it. +-d__func__="NoFunctionName" + +// Needed for gcc assert() macro +-function(exit,__assert_fail) + +// Needed to allow 'long long' with gcc ++fll + +// Suppress message about "Constant value boolean" in assert macros +-emacro(506,assert) + +// Turn off warnings about not using the return value from these functions: +-emacro(534,HDfflush,HDgetrusage,HDgettimeofday,HDputc) + +// Turn off warnings about converting an enum to an int +-emacro(641,H5_INC_ENUM,H5_DEC_ENUM) + +// Suppress message about "Expression with side effects passed to repeated parameter 1 in macro 'assert'" +-esym(666,assert) + +// Include shared lint options file +hdf5.lnt + |