Source
10
10
11
11
// Suppress message about "boolean test of a paranthesized assignment"
12
12
-efunc(820,H5_term_library)
13
13
14
14
// Suppress message about "Constant value boolean" in FUNC_ENTER* macros
15
15
-emacro(506,FUNC_ENTER_API,FUNC_ENTER_API_NOCLEAR, FUNC_ENTER_NOAPI)
16
16
17
17
// Suppress message about "Constant value boolean" in TRUE macros
18
18
-emacro(506,TRUE)
19
19
20
-
// Suppress message about "Constant value boolean" in IS_H5FD_MPI* macros
21
-
-emacro(506,IS_H5FD_MPI)
22
-
23
-
// Suppress message about "Boolean within 'if' always evaluates false" in IS_H5FD_MPI* macros
24
-
-emacro((774),IS_H5FD_MPI)
25
-
26
20
// Suppress message about our use of 'goto' in our error macros
27
21
-emacro(801,HGOTO_DONE, H5Epush_goto)
28
22
29
23
// Turn off warnings about not using the return value from these functions:
30
24
-esym(534, HDfprintf, HDsnprintf, HDvsnprintf)
31
25
-esym(534, H5E_clear_stack, H5E_push_stack)
32
26
-esym(534, H5FL_arr_free, H5FL_blk_free, H5FL_reg_free, H5FL_seq_free)
33
27
-esym(534, H5CS_push, H5CS_pop)
34
28
-esym(534, H5I_clear_type, H5I_dec_type_ref)
35
29
-esym(534, H5MM_xfree)