Commit 92a6549f authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

nghttp: Initialize flag to 0

parent 4db83380
...@@ -1467,7 +1467,7 @@ void print_help(std::ostream& out) ...@@ -1467,7 +1467,7 @@ void print_help(std::ostream& out)
int main(int argc, char **argv) int main(int argc, char **argv)
{ {
while(1) { while(1) {
int flag; int flag = 0;
static option long_options[] = { static option long_options[] = {
{"verbose", no_argument, nullptr, 'v'}, {"verbose", no_argument, nullptr, 'v'},
{"null-out", no_argument, nullptr, 'n'}, {"null-out", no_argument, nullptr, 'n'},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment