commit | bacce5c9324497c77f8196069e692077a2e57591 | [log] [tgz] |
---|---|---|
author | Alexander Ivchenko <alexander.ivchenko@intel.com> | Thu Jun 26 16:32:11 2014 +0400 |
committer | Alexander Ivchenko <alexander.ivchenko@intel.com> | Thu Jun 26 16:34:45 2014 +0400 |
tree | 897fb2610d6cccaf71027e54bd72dba715f481c0 | |
parent | b1cbf58b4d0bfe58d1ac8716c1d5c4c646983478 [diff] |
Return "false" instead of "nullptr" in bool DexFile::Open. Otherwise on 4.10 the following error appears: "error: converting to 'bool' from 'std::nullptr_t' requires direct-initialization [-fpermissive]" Here is the detailed description with links: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52174 Change-Id: I77c6571b557dde55f4e19a79db7bf997303ede3b Signed-off-by: Alexander Ivchenko <alexander.ivchenko@intel.com>