Commit c6170fa5 authored by Nobuaki Sukegawa's avatar Nobuaki Sukegawa
Browse files

Fix clang C++11 build


clang with "-std=c++11" does not allow implicit conversion from false
to null pointer.
Although clang with C++03 and gcc with C++03/11 treat it as warning,
not error, the conversion was in fact invalid.

Change-Id: I92629f9e313d0a00c4d39ce2e539ed140707ad5c
Reviewed-by: default avatarJędrzej Nowacki <jedrzej.nowacki@theqtcompany.com>
Showing with 1 addition and 1 deletion
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment