summaryrefslogtreecommitdiff
path: root/indra/test/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/test/test.cpp')
-rw-r--r--indra/test/test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/test/test.cpp b/indra/test/test.cpp
index f05af10110..2d727daaa5 100644
--- a/indra/test/test.cpp
+++ b/indra/test/test.cpp
@@ -194,7 +194,7 @@ int main(int argc, char **argv)
if(APR_STATUS_IS_EOF(apr_err)) break;
if(apr_err)
{
- char buf[255];
+ char buf[255]; /* Flawfinder: ignore */
std::cerr << "Error parsing options: "
<< apr_strerror(apr_err, buf, 255) << std::endl;
return 1;