Remove default value for deprecated --enable-async-dns6 to suppress warning

pull/60/head
Tatsuhiro Tsujikawa 2013-04-03 02:27:45 +09:00
parent 8580c98bce
commit 7ce725098b
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ std::vector<OptionHandler*> OptionHandlerFactory::createOptionHandlers()
OptionHandler* op(new DeprecatedOptionHandler(new BooleanOptionHandler OptionHandler* op(new DeprecatedOptionHandler(new BooleanOptionHandler
(PREF_ENABLE_ASYNC_DNS6, (PREF_ENABLE_ASYNC_DNS6,
TEXT_ENABLE_ASYNC_DNS6, TEXT_ENABLE_ASYNC_DNS6,
A2_V_FALSE, NO_DEFAULT_VALUE,
OptionHandler::OPT_ARG))); OptionHandler::OPT_ARG)));
op->addTag(TAG_ADVANCED); op->addTag(TAG_ADVANCED);
op->setInitialOption(true); op->setInitialOption(true);