aboutsummaryrefslogtreecommitdiff
path: root/odb/options.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/options.cxx')
-rw-r--r--odb/options.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/odb/options.cxx b/odb/options.cxx
index 98af4e9..829a96a 100644
--- a/odb/options.cxx
+++ b/odb/options.cxx
@@ -214,6 +214,8 @@ namespace cli
// argv_file_scanner
//
+ int argv_file_scanner::zero_argc_ = 0;
+
bool argv_file_scanner::
more ()
{
@@ -472,7 +474,6 @@ namespace cli
using namespace std;
const char* o (s.next ());
-
if (s.more ())
{
string v (s.next ());