fix compilation warning

This commit is contained in:
daan 2019-07-10 07:50:04 -07:00
parent 46a9e51f74
commit 5b6f4ecc12
3 changed files with 2 additions and 10 deletions

View file

@ -44,7 +44,7 @@ static mi_option_desc_t options[_mi_option_last] = {
#else
{ 0, UNINIT, "secure" },
#endif
{ 1, UNINIT, "show_stats" },
{ 0, UNINIT, "show_stats" },
{ MI_DEBUG, UNINIT, "show_errors" },
{ 0, UNINIT, "verbose" }
};