summaryrefslogtreecommitdiff
path: root/src/mongo/db/server_options.h
diff options
context:
space:
mode:
authorAndy Schwerin <schwerin@mongodb.com>2015-10-23 18:00:22 -0400
committerAndy Schwerin <schwerin@mongodb.com>2015-10-23 18:02:06 -0400
commit0ca67590714744c2cb5242d0536bae48ea8c6795 (patch)
treed5dcc643be5b87977798b01b37f7ef4a51d8475c /src/mongo/db/server_options.h
parent9284edb11f0626c77017117ef02790881586aa26 (diff)
downloadmongo-0ca67590714744c2cb5242d0536bae48ea8c6795.tar.gz
SERVER-21097 Add a lint rule to prohibit std::atomic, add NOLINT to existing uses.
Diffstat (limited to 'src/mongo/db/server_options.h')
-rw-r--r--src/mongo/db/server_options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/server_options.h b/src/mongo/db/server_options.h
index ac1c1364b7f..9986561aea4 100644
--- a/src/mongo/db/server_options.h
+++ b/src/mongo/db/server_options.h
@@ -78,7 +78,7 @@ struct ServerGlobalParams {
bool indexBuildRetry; // --noIndexBuildRetry
- std::atomic<bool> quiet; // --quiet
+ std::atomic<bool> quiet; // --quiet NOLINT
bool configsvr; // --configsvr
CatalogManager::ConfigServerMode configsvrMode; // -- configsvrMode