DroidFish: Updates for NDK version r15c.

The minimum required android version had to be changed to 4.0.1.
This commit is contained in:
Peter Osterlund
2017-09-10 12:01:07 +02:00
parent 3536c6290a
commit 4b6418cb02
13 changed files with 24 additions and 33 deletions

View File

@@ -45,7 +45,7 @@ public:
int promoteTo() const;
/** Not declared "nothrow". Avoids nullptr check in generated assembly code when using placement new. */
void* operator new (std::size_t size, void* ptr) { return ptr; }
void* operator new (size_t size, void* ptr) { return ptr; }
private:
/** From square, 0-63. */