cisco-open-source / qtwebdriver

WebDriver implementation for Qt
https://github.com/cisco-open-source/qtwebdriver/wiki
197 stars 59 forks source link

Strange warning on build for Linux #68

Open aizikovich4 opened 5 years ago

aizikovich4 commented 5 years ago

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?