# # # patch "option.cc" # from [a3a863fb7c8212577e85905ea530e615d126b7ee] # to [135942502b1cd9edfbc07104a9d7ec6989c892ac] # ============================================================ --- option.cc a3a863fb7c8212577e85905ea530e615d126b7ee +++ option.cc 135942502b1cd9edfbc07104a9d7ec6989c892ac @@ -273,7 +273,7 @@ void concrete_option_set::from_command_l map by_name = get_by_name(options); bool seen_dashdash = false; - for (unsigned int i = 0; i < args.size(); ++i) + for (args_vector::size_type i = 0; i < args.size(); ++i) { concrete_option o; string name; @@ -583,3 +583,4 @@ UNIT_TEST(option, concrete_options) // indent-tabs-mode: nil // End: // vim: et:sw=2:sts=2:ts=2:cino=>2s,{s,\:s,+s,t0,g0,^-2,e-2,n-2,p2s,(0,=s: +