summaryrefslogtreecommitdiff
path: root/indra/llvfs/llvfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llvfs/llvfile.h')
-rw-r--r--indra/llvfs/llvfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llvfs/llvfile.h b/indra/llvfs/llvfile.h
index c00e843cad..7c04bea2ec 100644
--- a/indra/llvfs/llvfile.h
+++ b/indra/llvfs/llvfile.h
@@ -20,7 +20,7 @@ public:
LLVFile(LLVFS *vfs, const LLUUID &file_id, const LLAssetType::EType file_type, S32 mode = LLVFile::READ);
~LLVFile();
- BOOL read(U8 *buffer, S32 bytes, BOOL async = FALSE, F32 priority = 128.f);
+ BOOL read(U8 *buffer, S32 bytes, BOOL async = FALSE, F32 priority = 128.f); /* Flawfinder: ignore */
static U8* readFile(LLVFS *vfs, const LLUUID &uuid, LLAssetType::EType type, S32* bytes_read = 0);
void setReadPriority(const F32 priority);
BOOL isReadComplete();