aboutsummaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorAndrei Popescu <andreip@google.com>2010-02-26 13:31:12 +0000
committerAndrei Popescu <andreip@google.com>2010-02-26 13:31:12 +0000
commit402d937239b0e2fd11bf2f4fe972ad78aa9fd481 (patch)
treeb9d769439a27fa48d7171e1a669e98f519591b94 /samples
parent2007755a32dfa1ac843f501dec4fb872f8bbcc52 (diff)
downloadv8-402d937239b0e2fd11bf2f4fe972ad78aa9fd481.tar.gz
update V8 to TOT snapshot branch
Diffstat (limited to 'samples')
-rw-r--r--samples/lineprocessor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/lineprocessor.cc b/samples/lineprocessor.cc
index 505dabf9..61517d36 100644
--- a/samples/lineprocessor.cc
+++ b/samples/lineprocessor.cc
@@ -152,7 +152,7 @@ int RunMain(int argc, char* argv[]) {
} else if (strcmp(str, "--main-cycle-in-js") == 0) {
cycle_type = CycleInJs;
} else if (strcmp(str, "-p") == 0 && i + 1 < argc) {
- port_number = atoi(argv[i + 1]);
+ port_number = atoi(argv[i + 1]); // NOLINT
i++;
} else if (strncmp(str, "--", 2) == 0) {
printf("Warning: unknown flag %s.\nTry --help for options\n", str);