mirror of https://github.com/aria2/aria2
Remove default value for deprecated --enable-async-dns6 to suppress warning
parent
8580c98bce
commit
7ce725098b
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue