-
Notifications
You must be signed in to change notification settings - Fork 94
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
Compile with warning as error #74
base: main
Are you sure you want to change the base?
Commits on Jul 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0a0690a - Browse repository at this point
Copy the full SHA 0a0690aView commit details -
/tmp/libQGLViewer/build/QGLViewer/quaternion.h:170:44: error: declara…
…tion of ‘q’ shadows a member of ‘qglviewer::Quaternion’ [-Werror=shadow] 170 | Quaternion &operator*=(const Quaternion &q) { | ~~~~~~~~~~~~~~~~~~^ /tmp/libQGLViewer/build/QGLViewer_autogen/QGLViewer/quaternion.h:309:9: note: shadowed declaration is here 309 | qreal q[4]; | ^
Configuration menu - View commit details
-
Copy full SHA for 732e0d7 - Browse repository at this point
Copy the full SHA 732e0d7View commit details -
/tmp/libQGLViewer/QGLViewer/VRender/BSPSortMethod.cpp:542:91: error: …
…declaration of ‘d’ shadows a member of ‘BSPNode’ [-Werror=shadow] 542 | void BSPNode::initEquation(const Polygone *P,double & a, double & b, double & c, double & d) | ~~~~~~~~~^ /tmp/libQGLViewer/QGLViewer/VRender/BSPSortMethod.cpp:93:30: note: shadowed declaration is here 93 | double a,b,c,d; | ^
Configuration menu - View commit details
-
Copy full SHA for 2ec1861 - Browse repository at this point
Copy the full SHA 2ec1861View commit details -
/tmp/libQGLViewer/QGLViewer/VRender/BSPSortMethod.cpp:542:79: error: …
…declaration of ‘c’ shadows a member of ‘BSPNode’ [-Werror=shadow] 542 | void BSPNode::initEquation(const Polygone *P,double & a, double & b, double & c, double & dd) | ~~~~~~~~~^ /tmp/libQGLViewer/QGLViewer/VRender/BSPSortMethod.cpp:93:28: note: shadowed declaration is here 93 | double a,b,c,d; | ^
Configuration menu - View commit details
-
Copy full SHA for c895d71 - Browse repository at this point
Copy the full SHA c895d71View commit details -
/tmp/libQGLViewer/QGLViewer/VRender/BSPSortMethod.cpp:542:67: error: …
…declaration of ‘b’ shadows a member of ‘BSPNode’ [-Werror=shadow] 542 | void BSPNode::initEquation(const Polygone *P,double & a, double & b, double & c, double & dd) | ~~~~~~~~~^ /tmp/libQGLViewer/QGLViewer/VRender/BSPSortMethod.cpp:93:26: note: shadowed declaration is here 93 | double a,b,c,d; | ^
Configuration menu - View commit details
-
Copy full SHA for a111f78 - Browse repository at this point
Copy the full SHA a111f78View commit details -
/tmp/libQGLViewer/QGLViewer/VRender/BSPSortMethod.cpp:542:55: error: …
…declaration of ‘a’ shadows a member of ‘BSPNode’ [-Werror=shadow] 542 | void BSPNode::initEquation(const Polygone *P,double & a, double & bb, double & cc, double & dd) | ~~~~~~~~~^ /tmp/libQGLViewer/QGLViewer/VRender/BSPSortMethod.cpp:93:24: note: shadowed declaration is here 93 | double a,b,c,d; | ^
Configuration menu - View commit details
-
Copy full SHA for 9b40391 - Browse repository at this point
Copy the full SHA 9b40391View commit details -
/tmp/libQGLViewer/QGLViewer/VRender/NVector3.cpp:41:8: error: ‘double…
… vrender::operator*(const NVector3&, const Vector3&)’ has not been declared within ‘vrender’ [-Werror] 41 | double vrender::operator*(const NVector3 &u,const Vector3 &v) | ^~~~~~~ In file included from /tmp/libQGLViewer/QGLViewer/VRender/NVector3.cpp:1: /tmp/libQGLViewer/QGLViewer/VRender/NVector3.h:45:19: note: only here as a ‘friend’ 45 | friend double operator*(const NVector3 &u,const Vector3 &v); | ^~~~~~~~
Configuration menu - View commit details
-
Copy full SHA for 88cd729 - Browse repository at this point
Copy the full SHA 88cd729View commit details -
/tmp/libQGLViewer/QGLViewer/VRender/NVector3.cpp:46:8: error: ‘double…
… vrender::operator*(const Vector3&, const NVector3&)’ has not been declared within ‘vrender’ [-Werror] 46 | double vrender::operator*(const Vector3 &u,const NVector3 &v) | ^~~~~~~ In file included from /tmp/libQGLViewer/QGLViewer/VRender/NVector3.cpp:1: /tmp/libQGLViewer/QGLViewer/VRender/NVector3.h:46:19: note: only here as a ‘friend’ 46 | friend double operator*(const Vector3 &u,const NVector3 &v); | ^~~~~~~~
Configuration menu - View commit details
-
Copy full SHA for 490f2ef - Browse repository at this point
Copy the full SHA 490f2efView commit details -
/tmp/libQGLViewer/QGLViewer/VRender/Primitive.cpp:121:15: error: ‘std…
…::ostream& vrender::operator<<(std::ostream&, const Feedback3DColor&)’ has not been declared within ‘vrender’ [-Werror] 121 | std::ostream& vrender::operator<<(std::ostream& o,const Feedback3DColor& f) | ^~~~~~~ In file included from /tmp/libQGLViewer/QGLViewer/VRender/Primitive.cpp:3: /tmp/libQGLViewer/QGLViewer/VRender/Primitive.h:61:38: note: only here as a ‘friend’ 61 | friend std::ostream& operator<<(std::ostream&,const Feedback3DColor&) ; | ^~~~~~~~
Configuration menu - View commit details
-
Copy full SHA for 2f46c7d - Browse repository at this point
Copy the full SHA 2f46c7dView commit details -
/tmp/libQGLViewer/QGLViewer/VRender/Vector2.cpp:50:9: error: ‘vrender…
…::Vector2 vrender::operator-(const Vector2&)’ has not been declared within ‘vrender’ [-Werror] 50 | Vector2 vrender::operator- (const Vector2& u) | ^~~~~~~ In file included from /tmp/libQGLViewer/QGLViewer/VRender/Vector2.cpp:1: /tmp/libQGLViewer/QGLViewer/VRender/Vector2.h:73:40: note: only here as a ‘friend’ 73 | friend Vector2 operator- (const Vector2&); | ^~~~~~~~
Configuration menu - View commit details
-
Copy full SHA for e0f6585 - Browse repository at this point
Copy the full SHA e0f6585View commit details -
/tmp/libQGLViewer/QGLViewer/VRender/Vector3.cpp:81:9: error: ‘vrender…
…::Vector3 vrender::operator*(double, const Vector3&)’ has not been declared within ‘vrender’ [-Werror] 81 | Vector3 vrender::operator* (double r,const Vector3& u) | ^~~~~~~ In file included from /tmp/libQGLViewer/QGLViewer/VRender/Vector3.cpp:2: /tmp/libQGLViewer/QGLViewer/VRender/Vector3.h:114:40: note: only here as a ‘friend’ 114 | friend Vector3 operator* (double,const Vector3&); | ^~~~~~~~
Configuration menu - View commit details
-
Copy full SHA for 1a0bbe9 - Browse repository at this point
Copy the full SHA 1a0bbe9View commit details -
/tmp/libQGLViewer/QGLViewer/VRender/Vector3.cpp:111:15: error: ‘std::…
…ostream& vrender::operator<<(std::ostream&, const Vector3&)’ has not been declared within ‘vrender’ [-Werror] 111 | std::ostream& vrender::operator<< (std::ostream& out,const Vector3& u) | ^~~~~~~ /tmp/libQGLViewer/QGLViewer/VRender/Vector3.h:127:46: note: only here as a ‘friend’ 127 | friend std::ostream& operator<< (std::ostream&,const Vector3&); | ^~~~~~~~
Configuration menu - View commit details
-
Copy full SHA for 8f22b9f - Browse repository at this point
Copy the full SHA 8f22b9fView commit details -
/tmp/libQGLViewer/QGLViewer/frame.cpp:1038:13: error: declaration of …
…‘proj’ shadows a previous local [-Werror=shadow] 1038 | qreal proj = fabs(directions[0][i] * dir); | ^~~~ /tmp/libQGLViewer/QGLViewer/frame.cpp:1009:9: note: shadowed declaration is here 1009 | qreal proj; | ^~~~
Configuration menu - View commit details
-
Copy full SHA for 6923e46 - Browse repository at this point
Copy the full SHA 6923e46View commit details -
/tmp/libQGLViewer/QGLViewer/frame.cpp:1046:17: error: declaration of …
…‘axis’ shadows a previous local [-Werror=shadow] 1046 | const Vec axis = cross(directions[0][index[0]], dir); | ^~~~ /tmp/libQGLViewer/QGLViewer/frame.cpp:1025:15: note: shadowed declaration is here 1025 | const Vec axis = cross(directions[0][index[0]], directions[1][index[1]]); | ^~~~
Configuration menu - View commit details
-
Copy full SHA for d45b939 - Browse repository at this point
Copy the full SHA d45b939View commit details -
/tmp/libQGLViewer/QGLViewer/frame.cpp:1047:13: error: declaration of …
…‘angle’ shadows a previous local [-Werror=shadow] 1047 | qreal angle = asin(axis.norm()); | ^~~~~ /tmp/libQGLViewer/QGLViewer/frame.cpp:1026:11: note: shadowed declaration is here 1026 | qreal angle = asin(axis.norm()); | ^~~~~
Configuration menu - View commit details
-
Copy full SHA for 239ad1a - Browse repository at this point
Copy the full SHA 239ad1aView commit details -
/tmp/libQGLViewer/QGLViewer/keyFrameInterpolator.cpp:340:13: error: d…
…eclaration of ‘v1’ shadows a member of ‘qglviewer::KeyFrameInterpolator’ [-Werror=shadow] 340 | Vec v1 = 3.0 * diff - 2.0 * kf_[1]->tgP() - kf_[2]->tgP(); | ^~ In file included from /tmp/libQGLViewer/QGLViewer/camera.h:5, from /tmp/libQGLViewer/QGLViewer/qglviewer.h:4, from /tmp/libQGLViewer/QGLViewer/keyFrameInterpolator.cpp:2: /tmp/libQGLViewer/QGLViewer/keyFrameInterpolator.h:354:7: note: shadowed declaration is here 354 | Vec v1, v2; | ^~
Configuration menu - View commit details
-
Copy full SHA for b79c8ca - Browse repository at this point
Copy the full SHA b79c8caView commit details -
/tmp/libQGLViewer/QGLViewer/keyFrameInterpolator.cpp:341:13: error: d…
…eclaration of ‘v2’ shadows a member of ‘qglviewer::KeyFrameInterpolator’ [-Werror=shadow] 341 | Vec v2 = -2.0 * diff + kf_[1]->tgP() + kf_[2]->tgP(); | ^~ In file included from /tmp/libQGLViewer/QGLViewer/camera.h:5, from /tmp/libQGLViewer/QGLViewer/qglviewer.h:4, from /tmp/libQGLViewer/QGLViewer/keyFrameInterpolator.cpp:2: /tmp/libQGLViewer/QGLViewer/keyFrameInterpolator.h:354:11: note: shadowed declaration is here 354 | Vec v1, v2; | ^~
Configuration menu - View commit details
-
Copy full SHA for 78fa8e5 - Browse repository at this point
Copy the full SHA 78fa8e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6060d1f - Browse repository at this point
Copy the full SHA 6060d1fView commit details -
/tmp/libQGLViewer/QGLViewer/qglviewer.cpp:1897:13: error: declaration…
… of ‘text’ shadows a previous local [-Werror=shadow] 1897 | QString text = mouseActionString(itmb.value().action); | ^~~~ /tmp/libQGLViewer/QGLViewer/qglviewer.cpp:1846:11: note: shadowed declaration is here 1846 | QString text( | ^~~~
Configuration menu - View commit details
-
Copy full SHA for 8bdcf15 - Browse repository at this point
Copy the full SHA 8bdcf15View commit details -
/tmp/libQGLViewer/QGLViewer/qglviewer.cpp:1921:13: error: declaration…
… of ‘text’ shadows a previous local [-Werror=shadow] 1921 | QString text = mouseActionString(itw.value().action); | ^~~~ /tmp/libQGLViewer/QGLViewer/qglviewer.cpp:1846:11: note: shadowed declaration is here 1846 | QString text( | ^~~~
Configuration menu - View commit details
-
Copy full SHA for 3763ac0 - Browse repository at this point
Copy the full SHA 3763ac0View commit details -
/tmp/libQGLViewer/QGLViewer/quaternion.cpp:227:14: error: declaration…
… of ‘q’ shadows a member of ‘qglviewer::Quaternion’ [-Werror=shadow] 227 | Quaternion q(element); | ^ In file included from /tmp/libQGLViewer/QGLViewer/quaternion.cpp:1: /tmp/libQGLViewer/QGLViewer/quaternion.h:309:9: note: shadowed declaration is here 309 | qreal q[4]; | ^
Configuration menu - View commit details
-
Copy full SHA for 0f0a241 - Browse repository at this point
Copy the full SHA 0f0a241View commit details
Commits on Jul 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a699062 - Browse repository at this point
Copy the full SHA a699062View commit details -
Configuration menu - View commit details
-
Copy full SHA for b601b9e - Browse repository at this point
Copy the full SHA b601b9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 328b5c2 - Browse repository at this point
Copy the full SHA 328b5c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dc9899 - Browse repository at this point
Copy the full SHA 4dc9899View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58bce2b - Browse repository at this point
Copy the full SHA 58bce2bView commit details -
NVector3.cpp:21:1: error: base class ‘class vrender::Vector3’ should …
…be explicitly initialized in the copy constructor [-Werror=extra] 21 | NVector3::NVector3(const NVector3& u)
Configuration menu - View commit details
-
Copy full SHA for e6746e0 - Browse repository at this point
Copy the full SHA e6746e0View commit details -
cameraViewer.cpp:16:17: error: declaration of ‘c’ shadows a member of…
… ‘CameraViewer’ [-Werror=shadow] 16 | const float c = cos(angle); | ^
Configuration menu - View commit details
-
Copy full SHA for 8c7e133 - Browse repository at this point
Copy the full SHA 8c7e133View commit details