diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-11-23 19:56:21 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-11-26 10:00:15 +0100 |
commit | b23b2c1df9df0520a2e5baacf5b7d3fcdb3078a9 (patch) | |
tree | e39ca5c0e42b5397882d3a6210d963e28d4ca535 /sal/osl | |
parent | 35de720fcb3154cb0511b3aae8b99f20fc6712c9 (diff) |
cid#706206 Time of check time of use
add attribute markup
Change-Id: I8d70513ae3e7abf80368016343f69060f197eae0
Reviewed-on: https://gerrit.libreoffice.org/83586
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sal/osl')
-rw-r--r-- | sal/osl/unx/file_volume.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sal/osl/unx/file_volume.cxx b/sal/osl/unx/file_volume.cxx index 7125580f7fe9..3c51a909359e 100644 --- a/sal/osl/unx/file_volume.cxx +++ b/sal/osl/unx/file_volume.cxx @@ -214,6 +214,7 @@ static oslFileError osl_psz_getVolumeInformation ( { OSL_detail_STATFS_STRUCT sfs; OSL_detail_STATFS_INIT(sfs); + // coverity[fs_check_call : FALSE] if ((OSL_detail_STATFS(pszDirectory, &sfs)) < (0)) { oslFileError result = oslTranslateFileError(errno); |