Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strange warning on build for Linux #68

Open
aizikovich4 opened this issue Apr 10, 2019 · 0 comments
Open

Strange warning on build for Linux #68

aizikovich4 opened this issue Apr 10, 2019 · 0 comments

Comments

@aizikovich4
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant