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

warnings #105

Closed
alastair opened this issue Mar 19, 2020 · 0 comments · Fixed by #92
Closed

warnings #105

alastair opened this issue Mar 19, 2020 · 0 comments · Fixed by #92

Comments

@alastair
Copy link
Member

alastair commented Mar 19, 2020

../src/descriptortree.cpp:664:14: warning: ‘QDataStream& gaia2::operator<<(QDataStream&, const gaia2::DescriptorTree&)’ has not been declared within gaia2
 QDataStream& gaia2::operator<<(QDataStream& out, const DescriptorTree& tree) {
              ^~~~~
In file included from ../src/descriptortree.cpp:21:0:
../src/descriptortree.h:312:23: note: only here as a friend
   friend QDataStream& operator<<(QDataStream& out, const DescriptorTree& tree);
                       ^~~~~~~~
../src/descriptortree.cpp:673:14: warning: ‘QDataStream& gaia2::operator>>(QDataStream&, gaia2::DescriptorTree&)’ has not been declared within gaia2
 QDataStream& gaia2::operator>>(QDataStream& in, DescriptorTree& tree) {
              ^~~~~
In file included from ../src/descriptortree.cpp:21:0:
../src/descriptortree.h:313:23: note: only here as a friend
   friend QDataStream& operator>>(QDataStream& in, DescriptorTree& tree);
../src/dataset.cpp:956:14: warning: ‘QDataStream& gaia2::operator<<(QDataStream&, const gaia2::DataSet&)’ has not been declared within gaia2
 QDataStream& gaia2::operator<<(QDataStream& out, const DataSet& dataset) {
              ^~~~~
In file included from ../src/dataset.cpp:25:0:
../src/dataset.h:486:23: note: only here as a friend
   friend QDataStream& operator<<(QDataStream& out, const DataSet& dataset);
                       ^~~~~~~~
../src/dataset.cpp:983:14: warning: ‘QDataStream& gaia2::operator>>(QDataStream&, gaia2::DataSet&)’ has not been declared within gaia2
 QDataStream& gaia2::operator>>(QDataStream& in, DataSet& dataset) {
              ^~~~~
In file included from ../src/dataset.cpp:25:0:
../src/dataset.h:487:23: note: only here as a friend
   friend QDataStream& operator>>(QDataStream& in, DataSet& dataset);
                       ^~~~~~~~
../src/region.cpp:42:14: warning: ‘QDataStream& gaia2::operator<<(QDataStream&, const gaia2::Segment&)’ has not been declared within gaia2
 QDataStream& gaia2::operator<<(QDataStream& out, const Segment& segment) {
              ^~~~~
In file included from ../src/region.cpp:20:0:
../src/region.h:116:23: note: only here as a friend
   friend QDataStream& operator<<(QDataStream& out, const Segment& segment);
                       ^~~~~~~~
../src/region.cpp:49:14: warning: ‘QDataStream& gaia2::operator>>(QDataStream&, gaia2::Segment&)’ has not been declared within gaia2
 QDataStream& gaia2::operator>>(QDataStream& in, Segment& segment) {
              ^~~~~
In file included from ../src/region.cpp:20:0:
../src/region.h:117:23: note: only here as a friend
   friend QDataStream& operator>>(QDataStream& in, Segment& segment);
                       ^~~~~~~~
../src/point.cpp:30:14: warning: ‘QDataStream& gaia2::operator<<(QDataStream&, const gaia2::Scope&)’ has not been declared within gaia2
 QDataStream& gaia2::operator<<(QDataStream& out, const Scope& scope) {
              ^~~~~
In file included from ../src/point.cpp:25:0:
../src/point.h:68:23: note: only here as a friend
   friend QDataStream& operator<<(QDataStream& out, const Scope& scope);
                       ^~~~~~~~
../src/point.cpp:34:14: warning: ‘QDataStream& gaia2::operator>>(QDataStream&, gaia2::Scope&)’ has not been declared within gaia2
 QDataStream& gaia2::operator>>(QDataStream& in, Scope& scope) {
              ^~~~~
In file included from ../src/point.cpp:25:0:
../src/point.h:69:23: note: only here as a friend
   friend QDataStream& operator>>(QDataStream& in, Scope& scope);
                       ^~~~~~~~
../src/point.cpp:702:14: warning: ‘QDataStream& gaia2::operator<<(QDataStream&, const gaia2::Point&)’ has not been declared within gaia2
 QDataStream& gaia2::operator<<(QDataStream& out, const Point& point) {
              ^~~~~
In file included from ../src/point.cpp:25:0:
../src/point.h:308:23: note: only here as a friend
   friend QDataStream& operator<<(QDataStream& out, const Point& point);
                       ^~~~~~~~
../src/point.cpp:707:14: warning: ‘QDataStream& gaia2::operator>>(QDataStream&, gaia2::Point&)’ has not been declared within gaia2
 QDataStream& gaia2::operator>>(QDataStream& in, Point& point) {
              ^~~~~
In file included from ../src/point.cpp:25:0:
../src/point.h:309:23: note: only here as a friend
   friend QDataStream& operator>>(QDataStream& in, Point& point);
                       ^~~~~~~~
../src/pointlayout.cpp:533:14: warning: ‘QDataStream& gaia2::operator<<(QDataStream&, const gaia2::PointLayout&)’ has not been declared within gaia2
 QDataStream& gaia2::operator<<(QDataStream& out, const PointLayout& layout) {
              ^~~~~
In file included from ../src/pointlayout.cpp:21:0:
../src/pointlayout.h:303:23: note: only here as a friend
   friend QDataStream& operator<<(QDataStream& out, const PointLayout& layout);
                       ^~~~~~~~
../src/pointlayout.cpp:537:14: warning: ‘QDataStream& gaia2::operator>>(QDataStream&, gaia2::PointLayout&)’ has not been declared within gaia2
 QDataStream& gaia2::operator>>(QDataStream& in, PointLayout& layout) {
              ^~~~~
In file included from ../src/pointlayout.cpp:21:0:
../src/pointlayout.h:304:23: note: only here as a friend
   friend QDataStream& operator>>(QDataStream& in, PointLayout& layout);
                       ^~~~~~~~
@alastair alastair linked a pull request Dec 22, 2021 that will close this issue
3 tasks
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

Successfully merging a pull request may close this issue.

1 participant