Created
January 14, 2022 06:49
-
-
Save e7h4n/2f242c3c3e85c8d4ddb3508564c26a39 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
โ ๏ธ โ ๏ธ โ ๏ธ Warning [1/50] โ ๏ธ โ ๏ธ โ ๏ธ | |
๐ Location: ../src/control/PlaceImageControl.h:16:1 | |
๐ Message: class 'ControlManager' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
๐ Detail: | |
class ControlManager; | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/DrawControl.h:10:8: note: previous use is here | |
struct ControlManager; | |
^ | |
โ ๏ธ โ ๏ธ โ ๏ธ Warning [2/50] โ ๏ธ โ ๏ธ โ ๏ธ | |
๐ Location: ../src/control/base/BaseControl2.h:9:1 | |
๐ Message: class 'Document' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
๐ Detail: | |
class Document; | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/core/Document.h:15:8: note: previous use is here | |
struct Document { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/base/BaseControl2.h:9:1: note: did you mean struct here? | |
class Document; | |
^~~~~ | |
struct | |
โ ๏ธ โ ๏ธ โ ๏ธ Warning [3/50] โ ๏ธ โ ๏ธ โ ๏ธ | |
๐ Location: ../src/control/ControlManager.h:43:1 | |
๐ Message: 'ControlManager' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
๐ Detail: | |
struct ControlManager final : std::enable_shared_from_this<ControlManager>, public EventCapturer { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/PlaceImageControl.h:16:1: note: did you mean struct here? | |
class ControlManager; | |
^~~~~ | |
struct | |
โ ๏ธ โ ๏ธ โ ๏ธ Warning [4/50] โ ๏ธ โ ๏ธ โ ๏ธ | |
๐ Location: ../src/service/EditorBasicOps.h:45:26 | |
๐ Message: unused variable 'node' [-Wunused-variable] | |
๐ Detail: | |
auto node = documentManager_->getCurrentDocument()->activateNodes.front(); | |
^ | |
โ ๏ธ โ ๏ธ โ ๏ธ Warning [5/50] โ ๏ธ โ ๏ธ โ ๏ธ | |
๐ Location: ../src/service/EditorBasicOps.h:211:29 | |
๐ Message: loop variable 'id' creates a copy from type 'const std::string' [-Wrange-loop-construct] | |
๐ Detail: | |
for (const auto id : proto->ids()) { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/service/EditorBasicOps.h:211:18: note: use reference type 'const std::string &' to prevent copying | |
for (const auto id : proto->ids()) { | |
^~~~~~~~~~~~~~~ | |
& | |
โ ๏ธ โ ๏ธ โ ๏ธ Warning [6/50] โ ๏ธ โ ๏ธ โ ๏ธ | |
๐ Location: ../src/service/EditorBasicOps.h:243:29 | |
๐ Message: loop variable 'id' creates a copy from type 'const std::string' [-Wrange-loop-construct] | |
๐ Detail: | |
for (const auto id : proto->ids()) { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/service/EditorBasicOps.h:243:18: note: use reference type 'const std::string &' to prevent copying | |
for (const auto id : proto->ids()) { | |
^~~~~~~~~~~~~~~ | |
& | |
โ ๏ธ โ ๏ธ โ ๏ธ Warning [7/50] โ ๏ธ โ ๏ธ โ ๏ธ | |
๐ Location: ../src/control/MultiSelectBoundsControl.cpp:9:7 | |
๐ Message: field 'documentManager_' will be initialized after base 'Wukong::BoundsControl' [-Wreorder-ctor] | |
๐ Detail: | |
: documentManager_(documentManager), BoundsControl() { | |
^ | |
โ ๏ธ โ ๏ธ โ ๏ธ Warning [8/50] โ ๏ธ โ ๏ธ โ ๏ธ | |
๐ Location: ../src/control/bounds/BoundsControl2.h:17:1 | |
๐ Message: class 'Document' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
๐ Detail: | |
class Document; | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/core/Document.h:15:8: note: previous use is here | |
struct Document { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/bounds/BoundsControl2.h:17:1: note: did you mean struct here? | |
class Document; | |
^~~~~ | |
struct | |
โ ๏ธ โ ๏ธ โ ๏ธ Warning [9/50] โ ๏ธ โ ๏ธ โ ๏ธ | |
๐ Location: ../src/control/ControlManager.cpp:275:10 | |
๐ Message: unused variable 'result' [-Wunused-variable] | |
๐ Detail: | |
auto result = EventCapturer::dispatchMouseDown(event); | |
^ | |
โ ๏ธ โ ๏ธ โ ๏ธ Warning [10/50] โ ๏ธ โ ๏ธ โ ๏ธ | |
๐ Location: ../src/control/ControlManager.cpp:283:10 | |
๐ Message: unused variable 'result' [-Wunused-variable] | |
๐ Detail: | |
auto result = EventCapturer::dispatchDoubleClick(event); | |
^ | |
โ ๏ธ โ ๏ธ โ ๏ธ Warning [11/50] โ ๏ธ โ ๏ธ โ ๏ธ | |
๐ Location: ../src/core/Document.h:15:1 | |
๐ Message: 'Document' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
๐ Detail: | |
struct Document { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/base/BaseControl2.h:9:1: note: did you mean struct here? | |
class Document; | |
^~~~~ | |
struct | |
โ ๏ธ โ ๏ธ โ ๏ธ Warning [12/50] โ ๏ธ โ ๏ธ โ ๏ธ | |
๐ Location: ../src/control/image/ImageTileImageSegmentHandle.h:9:1 | |
๐ Message: 'ImageTileImageSegmentHandle' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
๐ Detail: | |
struct ImageTileImageSegmentHandle final : public BoundsSegmentHandle { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/src/control/image/ImageTileImageControl.h:10:1: note: did you mean struct here? | |
class ImageTileImageSegmentHandle; | |
^~~~~ | |
struct | |
โ ๏ธ โ ๏ธ โ ๏ธ Warning [13/50] โ ๏ธ โ ๏ธ โ ๏ธ | |
๐ Location: ../src/control/image/ImageTileImageVertexHandle.h:9:1 | |
๐ Message: 'ImageTileImageVertexHandle' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
๐ Detail: | |
struct ImageTileImageVertexHandle : public BoundsVertexHandle { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/src/control/image/ImageTileImageControl.h:11:1: note: did you mean struct here? | |
class ImageTileImageVertexHandle; | |
^~~~~ | |
struct | |
โ ๏ธ โ ๏ธ โ ๏ธ Warning [14/50] โ ๏ธ โ ๏ธ โ ๏ธ | |
๐ Location: ../src/control/vector/VectorHandle.cpp:194:64 | |
๐ Message: suggest braces around initialization of subobject [-Wmissing-braces] | |
๐ Detail: | |
this->target->vectorNetwork.addVertex(VectorVertex{this->startPoint.fX, this->startPoint.fY}); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
{ } | |
โ ๏ธ โ ๏ธ โ ๏ธ Warning [15/50] โ ๏ธ โ ๏ธ โ ๏ธ | |
๐ Location: ../src/control/vector/VectorHandle.cpp:195:64 | |
๐ Message: suggest braces around initialization of subobject [-Wmissing-braces] | |
๐ Detail: | |
this->target->vectorNetwork.addVertex(VectorVertex{this->endPoint.fX, this->endPoint.fY}); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
{ } | |
โ ๏ธ โ ๏ธ โ ๏ธ Warning [16/50] โ ๏ธ โ ๏ธ โ ๏ธ | |
๐ Location: ../src/control/vector/VectorHandle.cpp:357:14 | |
๐ Message: unused variable 'segment' [-Wunused-variable] | |
๐ Detail: | |
let &segment = getSegment(); | |
^ | |
โ ๏ธ โ ๏ธ โ ๏ธ Warning [17/50] โ ๏ธ โ ๏ธ โ ๏ธ | |
๐ Location: ../src/control/vector/VectorHandle.cpp:494:41 | |
๐ Message: '&&' within '||' [-Wlogical-op-parentheses] | |
๐ Detail: | |
if (targetEdge.isTangentInverse && t2 != nullptr || (!targetEdge.isTangentInverse && t1 != nullptr)) { | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ~~ | |
/Users/pw/workspace/wukong/wukong-editor/src/control/vector/VectorHandle.cpp:494:41: note: place parentheses around the '&&' expression to silence this warning | |
if (targetEdge.isTangentInverse && t2 != nullptr || (!targetEdge.isTangentInverse && t1 != nullptr)) { | |
^ | |
( ) | |
โ ๏ธ โ ๏ธ โ ๏ธ Warning [18/50] โ ๏ธ โ ๏ธ โ ๏ธ | |
๐ Location: ../src/control/vector/VectorHandle.h:118:13 | |
๐ Message: private field 'mouseDownPosition' is not used [-Wunused-private-field] | |
๐ Detail: | |
SkPoint mouseDownPosition; | |
^ | |
โ ๏ธ โ ๏ธ โ ๏ธ Warning [19/50] โ ๏ธ โ ๏ธ โ ๏ธ | |
๐ Location: ../src/control/vector/VectorHandle.h:119:13 | |
๐ Message: private field 'startPoint' is not used [-Wunused-private-field] | |
๐ Detail: | |
SkPoint startPoint; | |
^ | |
โ ๏ธ โ ๏ธ โ ๏ธ Warning [20/50] โ ๏ธ โ ๏ธ โ ๏ธ | |
๐ Location: ../src/control/vector/VectorHandle.h:120:13 | |
๐ Message: private field 'endPoint' is not used [-Wunused-private-field] | |
๐ Detail: | |
SkPoint endPoint; | |
^ | |
โ ๏ธ โ ๏ธ โ ๏ธ Warning [21/50] โ ๏ธ โ ๏ธ โ ๏ธ | |
๐ Location: ../src/control/vector/VectorControl.cpp:303:13 | |
๐ Message: loop variable '[_, tangentHandles]' creates a copy from type 'const std::pair<const unsigned int, std::tuple<std::shared_ptr<Wukong::VectorTangentHandle>, std::shared_ptr<Wukong::VectorTangentHandle>>>' [-Wrange-loop-construct] | |
๐ Detail: | |
for (let[_, tangentHandles] : this->tangentHandles) { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/src/control/vector/VectorControl.cpp:303:10: note: use reference type 'const std::pair<const unsigned int, std::tuple<std::shared_ptr<Wukong::VectorTangentHandle>, std::shared_ptr<Wukong::VectorTangentHandle>>> &' to prevent copying | |
for (let[_, tangentHandles] : this->tangentHandles) { | |
^~~~~~~~~~~~~~~~~~~~~~~~ | |
& | |
/Users/pw/workspace/wukong/wukong-editor/src/core/../common.h:18:13: note: expanded from macro 'let' | |
#define let const auto | |
^ | |
โ ๏ธ โ ๏ธ โ ๏ธ Warning [22/50] โ ๏ธ โ ๏ธ โ ๏ธ | |
๐ Location: ../src/control/vector/VectorControl.cpp:432:63 | |
๐ Message: suggest braces around initialization of subobject [-Wmissing-braces] | |
๐ Detail: | |
auto vertexIndex = this->target->vectorNetwork.addVertex({midiumPoint.fX, midiumPoint.fY}); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
{ } | |
โ ๏ธ โ ๏ธ โ ๏ธ Warning [23/50] โ ๏ธ โ ๏ธ โ ๏ธ | |
๐ Location: ../src/control/vector/VectorControl.cpp:468:11 | |
๐ Message: unused variable 'toVertex' [-Wunused-variable] | |
๐ Detail: | |
auto &toVertex = target->vectorNetwork.vertices[to]; | |
^ | |
โ ๏ธ โ ๏ธ โ ๏ธ Warning [24/50] โ ๏ธ โ ๏ธ โ ๏ธ | |
๐ Location: ../src/control/vector/VectorControl.cpp:467:11 | |
๐ Message: unused variable 'fromVertex' [-Wunused-variable] | |
๐ Detail: | |
auto &fromVertex = target->vectorNetwork.vertices[from]; | |
^ | |
โ ๏ธ โ ๏ธ โ ๏ธ Warning [25/50] โ ๏ธ โ ๏ธ โ ๏ธ | |
๐ Location: ../src/control/vector/VectorControl.cpp:511:11 | |
๐ Message: unused variable 'fromSegment' [-Wunused-variable] | |
๐ Detail: | |
auto &fromSegment = target->vectorNetwork.segments[from]; | |
^ | |
โ ๏ธ โ ๏ธ โ ๏ธ Warning [26/50] โ ๏ธ โ ๏ธ โ ๏ธ | |
๐ Location: ../src/control/vector/VectorControl.cpp:967:71 | |
๐ Message: suggest braces around initialization of subobject [-Wmissing-braces] | |
๐ Detail: | |
startVertexIndex = this->target->vectorNetwork.addVertex({p1.fX, p1.fY}); | |
^~~~~~~~~~~~ | |
{ } | |
โ ๏ธ โ ๏ธ โ ๏ธ Warning [27/50] โ ๏ธ โ ๏ธ โ ๏ธ | |
๐ Location: ../src/control/vector/VectorControl.cpp:992:55 | |
๐ Message: suggest braces around initialization of subobject [-Wmissing-braces] | |
๐ Detail: | |
return this->target->vectorNetwork.addVertex({endPoint.fX, endPoint.fY}); | |
^~~~~~~~~~~~~~~~~~~~~~~~ | |
{ } | |
โ ๏ธ โ ๏ธ โ ๏ธ Warning [28/50] โ ๏ธ โ ๏ธ โ ๏ธ | |
๐ Location: ../src/control/vector/VectorControl.cpp:1037:71 | |
๐ Message: suggest braces around initialization of subobject [-Wmissing-braces] | |
๐ Detail: | |
startVertexIndex = this->target->vectorNetwork.addVertex({startPoint.fX, startPoint.fY}); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
{ } | |
โ ๏ธ โ ๏ธ โ ๏ธ Warning [29/50] โ ๏ธ โ ๏ธ โ ๏ธ | |
๐ Location: ../src/control/vector/VectorControl.cpp:1301:15 | |
๐ Message: unused variable 'segment' [-Wunused-variable] | |
๐ Detail: | |
auto &segment = this->target->vectorNetwork.segments[segmentHandle->segmentIndex]; | |
^ | |
โ ๏ธ โ ๏ธ โ ๏ธ Warning [30/50] โ ๏ธ โ ๏ธ โ ๏ธ | |
๐ Location: ../src/control/vector/VectorControl.cpp:1383:15 | |
๐ Message: unused variable 'segment' [-Wunused-variable] | |
๐ Detail: | |
auto &segment = this->target->vectorNetwork.segments[targetEdge.segmentIndex]; | |
^ | |
โ ๏ธ โ ๏ธ โ ๏ธ Warning [31/50] โ ๏ธ โ ๏ธ โ ๏ธ | |
๐ Location: ../src/control/vector/VectorControl.cpp:1340:9 | |
๐ Message: unused variable 'targetVector' [-Wunused-variable] | |
๐ Detail: | |
let targetVector = event.nodePoint - this->mouseDownPosition; | |
^ | |
โ ๏ธ โ ๏ธ โ ๏ธ Warning [32/50] โ ๏ธ โ ๏ธ โ ๏ธ | |
๐ Location: ../src/control/DrawControl.h:10:1 | |
๐ Message: struct 'ControlManager' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
๐ Detail: | |
struct ControlManager; | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/src/control/PlaceImageControl.h:16:7: note: previous use is here | |
class ControlManager; | |
^ | |
โ ๏ธ โ ๏ธ โ ๏ธ Warning [33/50] โ ๏ธ โ ๏ธ โ ๏ธ | |
๐ Location: ../test/src/vector-network-libs/VectorNetworkLibTest.cpp:11:10 | |
๐ Message: unused variable 'cmp' [-Wunused-variable] | |
๐ Detail: | |
auto cmp = [&](const Vector &a, const Vector &b) { return a.fX == b.fX ? a.fY < b.fY : a.fX < b.fX; }; | |
^ | |
โ ๏ธ โ ๏ธ โ ๏ธ Warning [34/50] โ ๏ธ โ ๏ธ โ ๏ธ | |
๐ Location: ../test/src/control/EditorModeControl.cpp:1:9 | |
๐ Message: #pragma once in main file [-Wpragma-once-outside-header] | |
๐ Detail: | |
#pragma once | |
^ | |
โ ๏ธ โ ๏ธ โ ๏ธ Warning [35/50] โ ๏ธ โ ๏ธ โ ๏ธ | |
๐ Location: ../test/src/control/BoundsControlTest.cpp:1:9 | |
๐ Message: #pragma once in main file [-Wpragma-once-outside-header] | |
๐ Detail: | |
#pragma once | |
^ | |
โ ๏ธ โ ๏ธ โ ๏ธ Warning [36/50] โ ๏ธ โ ๏ธ โ ๏ธ | |
๐ Location: ../src/core/vectorNetwork/libs/VectorNetworkLib.cpp:422:27 | |
๐ Message: unused variable 's1' [-Wunused-variable] | |
๐ Detail: | |
VectorSegment s1 = vectorNetwork.segments[i]; | |
^ | |
โ ๏ธ โ ๏ธ โ ๏ธ Warning [37/50] โ ๏ธ โ ๏ธ โ ๏ธ | |
๐ Location: ../src/core/vectorNetwork/libs/VectorNetworkLib.cpp:423:27 | |
๐ Message: unused variable 's2' [-Wunused-variable] | |
๐ Detail: | |
VectorSegment s2 = vectorNetwork.segments[j]; | |
^ | |
โ ๏ธ โ ๏ธ โ ๏ธ Warning [38/50] โ ๏ธ โ ๏ธ โ ๏ธ | |
๐ Location: ../src/core/vectorNetwork/libs/VectorNetworkLib.cpp:407:9 | |
๐ Message: unused variable 'nVertices' [-Wunused-variable] | |
๐ Detail: | |
let nVertices = static_cast<int>(vectorNetwork.vertices.size()); | |
^ | |
โ ๏ธ โ ๏ธ โ ๏ธ Warning [39/50] โ ๏ธ โ ๏ธ โ ๏ธ | |
๐ Location: ../src/core/vectorNetwork/libs/VectorNetworkLib.cpp:467:27 | |
๐ Message: unused variable 's1' [-Wunused-variable] | |
๐ Detail: | |
VectorSegment s1 = vectorNetwork.segments[i]; | |
^ | |
โ ๏ธ โ ๏ธ โ ๏ธ Warning [40/50] โ ๏ธ โ ๏ธ โ ๏ธ | |
๐ Location: ../src/core/vectorNetwork/libs/VectorNetworkLib.cpp:468:27 | |
๐ Message: unused variable 's2' [-Wunused-variable] | |
๐ Detail: | |
VectorSegment s2 = vectorNetwork.segments[j]; | |
^ | |
โ ๏ธ โ ๏ธ โ ๏ธ Warning [41/50] โ ๏ธ โ ๏ธ โ ๏ธ | |
๐ Location: ../src/core/vectorNetwork/libs/VectorNetworkLib.cpp:710:9 | |
๐ Message: unused variable 'nVertex' [-Wunused-variable] | |
๐ Detail: | |
let nVertex = vectorNetwork.vertices.size(); | |
^ | |
โ ๏ธ โ ๏ธ โ ๏ธ Warning [42/50] โ ๏ธ โ ๏ธ โ ๏ธ | |
๐ Location: ../src/core/vectorNetwork/VectorNode.cpp:52:62 | |
๐ Message: suggest braces around initialization of subobject [-Wmissing-braces] | |
๐ Detail: | |
auto start = this->tryAddVertex(VectorVertex{pts[0].fX, pts[0].fY}); | |
^~~~~~~~~~~~~~~~~~~~ | |
{ } | |
โ ๏ธ โ ๏ธ โ ๏ธ Warning [43/50] โ ๏ธ โ ๏ธ โ ๏ธ | |
๐ Location: ../src/core/vectorNetwork/VectorNode.cpp:53:60 | |
๐ Message: suggest braces around initialization of subobject [-Wmissing-braces] | |
๐ Detail: | |
auto end = this->tryAddVertex(VectorVertex{pts[1].fX, pts[1].fY}); | |
^~~~~~~~~~~~~~~~~~~~ | |
{ } | |
โ ๏ธ โ ๏ธ โ ๏ธ Warning [44/50] โ ๏ธ โ ๏ธ โ ๏ธ | |
๐ Location: ../src/core/vectorNetwork/VectorNode.cpp:58:62 | |
๐ Message: suggest braces around initialization of subobject [-Wmissing-braces] | |
๐ Detail: | |
auto start = this->tryAddVertex(VectorVertex{pts[0].fX, pts[0].fY}); | |
^~~~~~~~~~~~~~~~~~~~ | |
{ } | |
โ ๏ธ โ ๏ธ โ ๏ธ Warning [45/50] โ ๏ธ โ ๏ธ โ ๏ธ | |
๐ Location: ../src/core/vectorNetwork/VectorNode.cpp:59:60 | |
๐ Message: suggest braces around initialization of subobject [-Wmissing-braces] | |
๐ Detail: | |
auto end = this->tryAddVertex(VectorVertex{pts[2].fX, pts[2].fY}); | |
^~~~~~~~~~~~~~~~~~~~ | |
{ } | |
โ ๏ธ โ ๏ธ โ ๏ธ Warning [46/50] โ ๏ธ โ ๏ธ โ ๏ธ | |
๐ Location: ../src/core/vectorNetwork/VectorNode.cpp:65:62 | |
๐ Message: suggest braces around initialization of subobject [-Wmissing-braces] | |
๐ Detail: | |
auto start = this->tryAddVertex(VectorVertex{pts[0].fX, pts[0].fY}); | |
^~~~~~~~~~~~~~~~~~~~ | |
{ } | |
โ ๏ธ โ ๏ธ โ ๏ธ Warning [47/50] โ ๏ธ โ ๏ธ โ ๏ธ | |
๐ Location: ../src/core/vectorNetwork/VectorNode.cpp:66:60 | |
๐ Message: suggest braces around initialization of subobject [-Wmissing-braces] | |
๐ Detail: | |
auto end = this->tryAddVertex(VectorVertex{pts[3].fX, pts[3].fY}); | |
^~~~~~~~~~~~~~~~~~~~ | |
{ } | |
โ ๏ธ โ ๏ธ โ ๏ธ Warning [48/50] โ ๏ธ โ ๏ธ โ ๏ธ | |
๐ Location: ../src/core/vectorNetwork/VectorNetwork.cpp:163:16 | |
๐ Message: unused variable 'vertex' [-Wunused-variable] | |
๐ Detail: | |
for (auto &vertex : vertices) { | |
^ | |
โ ๏ธ โ ๏ธ โ ๏ธ Warning [49/50] โ ๏ธ โ ๏ธ โ ๏ธ | |
๐ Location: ../src/core/vectorNetwork/VectorNetwork.cpp:378:9 | |
๐ Message: unused variable 'nSegments' [-Wunused-variable] | |
๐ Detail: | |
int nSegments = static_cast<int>(this->segments.size()); | |
^ | |
โ ๏ธ โ ๏ธ โ ๏ธ Warning [50/50] โ ๏ธ โ ๏ธ โ ๏ธ | |
๐ Location: ../src/core/vectorNetwork/VectorNetwork.cpp:377:9 | |
๐ Message: unused variable 'nVertices' [-Wunused-variable] | |
๐ Detail: | |
int nVertices = static_cast<int>(this->vertices.size()); | |
^ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment