Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 271630
Collapse All | Expand All

(-)hdf5-1.6.9.orig/src/H5FDmulti.c (+2 lines)
Lines 27-32 Link Here
27
#include <assert.h>
27
#include <assert.h>
28
#include <stdlib.h>
28
#include <stdlib.h>
29
29
30
#include <string.h>
31
30
/* Disable certain warnings in PC-Lint: */
32
/* Disable certain warnings in PC-Lint: */
31
/*lint --emacro( {534, 830}, H5P_DEFAULT, H5P_FILE_ACCESS, H5P_DATASET_XFER) */
33
/*lint --emacro( {534, 830}, H5P_DEFAULT, H5P_FILE_ACCESS, H5P_DATASET_XFER) */
32
/*lint --emacro( {534, 830}, H5F_ACC_DEBUG, H5F_ACC_RDWR) */
34
/*lint --emacro( {534, 830}, H5F_ACC_DEBUG, H5F_ACC_RDWR) */
(-)hdf5-1.6.9.orig/src/H5FDstdio.c (+2 lines)
Lines 28-33 Link Here
28
#include <stdlib.h>
28
#include <stdlib.h>
29
#include <sys/stat.h>
29
#include <sys/stat.h>
30
30
31
#include <string.h>
32
31
/* Disable certain warnings in PC-Lint: */
33
/* Disable certain warnings in PC-Lint: */
32
/*lint --emacro( {534, 830}, H5P_FILE_ACCESS) */
34
/*lint --emacro( {534, 830}, H5P_FILE_ACCESS) */
33
/*lint --emacro( {534, 830}, H5F_ACC_RDWR, H5F_ACC_EXCL) */
35
/*lint --emacro( {534, 830}, H5F_ACC_RDWR, H5F_ACC_EXCL) */

Return to bug 271630