1
+
// Define the __func__ macro so we don't get warnings about using it.
 
2
+
-d__func__="NoFunctionName"
 
3
+
 
4
+
// Needed for gcc assert() macro
 
5
+
-function(exit,__assert_fail)
 
6
+
 
7
+
// Needed to allow 'long long' with gcc
 
8
+
+fll
 
9
+
 
10
+
// Suppress message about "Constant value boolean" in assert macros
 
11
+
-emacro(506,assert)
 
12
+
 
13
+
// Turn off warnings about not using the return value from these functions:
 
14
+
-emacro(534,HDfflush,HDgetrusage,HDgettimeofday,HDputc)
 
15
+
 
16
+
// Turn off warnings about converting an enum to an int
 
17
+
-emacro(641,H5_INC_ENUM,H5_DEC_ENUM)
 
18
+
 
19
+
// Suppress message about "Expression with side effects passed to repeated parameter 1 in macro 'assert'"
 
20
+
-esym(666,assert)
 
21
+
 
22
+
// Include shared lint options file
 
23
+
hdf5.lnt
 
24
+