diff options
Diffstat (limited to 'runtime/parsed_options.cc')
-rw-r--r-- | runtime/parsed_options.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/parsed_options.cc b/runtime/parsed_options.cc index 2bd994dc57..d82002683a 100644 --- a/runtime/parsed_options.cc +++ b/runtime/parsed_options.cc @@ -932,7 +932,7 @@ bool ParsedOptions::ParseDouble(const std::string& option, char after_char, } bool sane_val = true; double value; - if (false) { + if ((false)) { // TODO: this doesn't seem to work on the emulator. b/15114595 std::stringstream iss(substring); iss >> value; |