From 1e7c3fe70964711918bcf13553ae9fb66ed73a17 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Thu, 3 Mar 2016 18:49:12 -0800 Subject: A few fixes suggested by Coverity Scan --- src/wgetopt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wgetopt.h') diff --git a/src/wgetopt.h b/src/wgetopt.h index 462bc291..ad155870 100644 --- a/src/wgetopt.h +++ b/src/wgetopt.h @@ -143,7 +143,7 @@ public: int last_nonopt; - wgetopter_t() : woptarg(NULL), woptind(0), nextchar(0), wopterr(0), woptopt('?'), first_nonopt(0), last_nonopt(0) + wgetopter_t() : woptarg(NULL), woptind(0), nextchar(0), wopterr(0), woptopt('?'), ordering(), first_nonopt(0), last_nonopt(0) { } -- cgit v1.2.3