summaryrefslogtreecommitdiff
path: root/indra/newview/llcommandlineparser.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2026-08-25 20:18:58 +0300
committerGitHub <noreply@github.com>2026-08-25 20:18:58 +0300
commit60b7e3b78cc401318e4f895bb64b5688645b3462 (patch)
treebe4775270cfb66e6cd414321fc3f0632dc511f14 /indra/newview/llcommandlineparser.cpp
parenta402fd4da91bbce03340e174505c06feede65866 (diff)
#6153 Make hardware test more robust
Diffstat (limited to 'indra/newview/llcommandlineparser.cpp')
-rw-r--r--indra/newview/llcommandlineparser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llcommandlineparser.cpp b/indra/newview/llcommandlineparser.cpp
index 84d3ff90d5..7e7d528199 100644
--- a/indra/newview/llcommandlineparser.cpp
+++ b/indra/newview/llcommandlineparser.cpp
@@ -60,7 +60,7 @@ namespace
// List of command-line switches that can't map-to settings variables.
// Going forward, we want every new command-line switch to map-to some
// settings variable. This list is used to validate that.
- const std::set<std::string> unmapped_options = { "help", "set", "setdefault", "settings", "sessionsettings", "usersessionsettings" };
+ const std::set<std::string> unmapped_options = { "help", "set", "setdefault", "settings", "sessionsettings", "usersessionsettings", "gpubenchmark" };
po::options_description gOptionsDesc;
po::positional_options_description gPositionalOptions;