You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am try to build qtwebdriver under Ubuntu 16.04 (with gcc 5.3.1 ) and get next strange warnings:
/qtwebdriver/Chromium_Base/../inc/base/move.h:198:31: note: in definition of macro ‘MOVE_ONLY_TYPE_FOR_CPP_03’
struct rvalue_type : public type { \
^
/home/qtwebdriver/Chromium_Base/../inc/base/memory/scoped_ptr.h:133:7: note: definition of ‘class scoped_ptr<C>’ is not complete until the closing brace
class scoped_ptr {
^
But in Windows it buildings without any problem (MSVS 2017)
Can anybody explain - is it normal behavior or not? And exist any way to fix it warning?
The text was updated successfully, but these errors were encountered:
I am try to build qtwebdriver under Ubuntu 16.04 (with gcc 5.3.1 ) and get next strange warnings:
But in Windows it buildings without any problem (MSVS 2017)
Can anybody explain - is it normal behavior or not? And exist any way to fix it warning?
The text was updated successfully, but these errors were encountered: