diff options
author | Nobuaki Sukegawa <nsukeg@gmail.com> | 2014-11-30 18:24:48 +0900 |
---|---|---|
committer | Nobuaki Sukegawa <nsukeg@gmail.com> | 2014-12-01 16:58:23 +0100 |
commit | c6170fa5ee26cf9d0f2140d998fba2420ad1ed79 (patch) | |
tree | 1015a819e6b246a999effc18a077a815a261deb1 /src/scripttools/debugging/qscriptdebuggercodeviewinterface.cpp | |
parent | 2bb2ebef4c86c588c3041569ffb090041ffc6b04 (diff) | |
download | qtscript-c6170fa5ee26cf9d0f2140d998fba2420ad1ed79.tar.gz |
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: Jędrzej Nowacki <jedrzej.nowacki@theqtcompany.com>
Diffstat (limited to 'src/scripttools/debugging/qscriptdebuggercodeviewinterface.cpp')
0 files changed, 0 insertions, 0 deletions