OSDN Git Service

Android build fix
authorAlexis Hetu <sugoi@google.com>
Wed, 28 Sep 2016 19:52:21 +0000 (15:52 -0400)
committerAlexis Hétu <sugoi@google.com>
Wed, 28 Sep 2016 19:53:08 +0000 (19:53 +0000)
commitf0005a1d9e0374fe2197e4639932b5822616cce5
tree4179923942681efce4cf4875f00ea89c2a3a0499
parent2a19855f31c09354a149646da2a38e10ad95f7cb
Android build fix

"false" could not be converted to a pointer type. Changed it to nullptr.
Also changed a few other "return 0" to "return nullptr".

Change-Id: Idd4573d4627bb89f1b79e3b21de5af5bd6063916
Reviewed-on: https://swiftshader-review.googlesource.com/7357
Reviewed-by: Alexis Hétu <sugoi@google.com>
Tested-by: Alexis Hétu <sugoi@google.com>
src/OpenGL/compiler/ParseHelper.cpp