From 48b46a23b183fc576f7e999a166d1e130233032c Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 11 May 2007 07:20:49 +0000 Subject: Disabled compiler warnings from icc. --- src/option.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/option.cc') diff --git a/src/option.cc b/src/option.cc index 51b5459e..dd0dad4b 100644 --- a/src/option.cc +++ b/src/option.cc @@ -170,7 +170,6 @@ void process_arguments(int argc, char ** argv, const bool anywhere, } // --long-option or -s - again: if ((*i)[1] == '-') { if ((*i)[2] == '\0') break; @@ -241,9 +240,6 @@ void process_arguments(int argc, char ** argv, const bool anywhere, checked_delete(*o); } } - - next: - ; } } -- cgit v1.2.3