Skip to content

Instantly share code, notes, and snippets.

@magdesign
Created February 28, 2020 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save magdesign/32bad3bcca4780ff2f9d6cdb522c5994 to your computer and use it in GitHub Desktop.
Save magdesign/32bad3bcca4780ff2f9d6cdb522c5994 to your computer and use it in GitHub Desktop.
In file included from /opt/OF/libs/openFrameworks/events/ofEventUtils.h:4:0,
from /opt/OF/libs/openFrameworks/events/ofEvents.h:4,
from /opt/OF/libs/openFrameworks/utils/ofURLFileLoader.h:3,
from /opt/OF/libs/openFrameworks/ofMain.h:11,
from /opt/OF/apps/myApps/lpmt/src/timeline/ofxHotKeys.h:36,
from /opt/OF/apps/myApps/lpmt/src/timeline/ofxHotKeys_impl_mac.mm:33:
/opt/OF/libs/openFrameworks/events/ofEvent.h: In constructor ‘of::priv::StdFunctionId::StdFunctionId()’:
/opt/OF/libs/openFrameworks/events/ofEvent.h:54:7: error: expected unqualified-id before ‘=’ token
id = nextId++;
^
/opt/OF/apps/myApps/lpmt/src/quad.cpp: In member function ‘void quad::gridSurfaceUpdate()’:
/opt/OF/apps/myApps/lpmt/src/quad.cpp:1733:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if(gridPoints.size() != (gridRows+1) || gridPoints[0].size() != (gridColumns+1))
~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/opt/OF/apps/myApps/lpmt/src/quad.cpp:1733:66: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if(gridPoints.size() != (gridRows+1) || gridPoints[0].size() != (gridColumns+1))
~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/opt/OF/apps/myApps/lpmt/src/quad.cpp: In member function ‘void quad::drawBezierMarkers()’:
/opt/OF/apps/myApps/lpmt/src/quad.cpp:1804:63: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if(bHighlightCtrlPoint && highlightedCtrlPointRow == i && highlightedCtrlPointCol == j)
~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/opt/OF/apps/myApps/lpmt/src/quad.cpp:1804:95: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if(bHighlightCtrlPoint && highlightedCtrlPointRow == i && highlightedCtrlPointCol == j)
~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/opt/OF/apps/myApps/lpmt/src/quad.cpp: In member function ‘void quad::drawMaskMarkers()’:
/opt/OF/apps/myApps/lpmt/src/quad.cpp:2034:60: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if(bHighlightMaskPoint && highlightedMaskPoint == i)
~~~~~~~~~~~~~~~~~~~~~^~~~
/opt/OF/apps/myApps/lpmt/src/timeline/ofxHotKeys_impl_linux.cpp: In function ‘bool ofGetModifierPressed(ofxModifierKey)’:
/opt/OF/apps/myApps/lpmt/src/timeline/ofxHotKeys_impl_linux.cpp:21:15: warning: unused variable ‘t’ [-Wunused-variable]
unsigned int t = 0;
^
/opt/OF/apps/myApps/lpmt/src/parseOSC.cpp: In member function ‘void ofApp::parseOsc()’:
/opt/OF/apps/myApps/lpmt/src/parseOSC.cpp:1293:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if(osc_quad_bgSlideshow <= slideshowFolders.size())
~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/OF/apps/myApps/lpmt/src/parseOSC.cpp:1673:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i=0; i < oscHotkeyMessages.size(); i++)
~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/OF/apps/myApps/lpmt/src/parseOSC.cpp:1696:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i=0; i < oscHotkeyMessages.size(); i++)
~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/OF/apps/myApps/lpmt/src/parseOSC.cpp:1736:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i=0; i < m_gui.getPages().size(); i++)
~~^~~~~~~~~~~~~~~~~~~~~~~~~
/opt/OF/apps/myApps/lpmt/src/parseOSC.cpp:1738:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int j=0; j < m_gui.getPages()[i]->getControls().size(); j++)
~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/OF/apps/myApps/lpmt/src/timeline/ofxTLImageSequence.cpp: In member function ‘virtual void ofxTLImageSequence::draw()’:
/opt/OF/apps/myApps/lpmt/src/timeline/ofxTLImageSequence.cpp:61:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i = 0; i < previewTextures.size(); i++){
~~^~~~~~~~~~~~~~~~~~~~~~~~
/opt/OF/apps/myApps/lpmt/src/timeline/ofxTLImageSequence.cpp: In member function ‘ofImage* ofxTLImageSequence::getImageAtFrame(int)’:
/opt/OF/apps/myApps/lpmt/src/timeline/ofxTLImageSequence.cpp:151:11: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if(frame >= frames.size()){
~~~~~~^~~~~~~~~~~~~~~~
/opt/OF/apps/myApps/lpmt/src/timeline/ofxTLImageSequence.cpp: In member function ‘void ofxTLImageSequence::recomputePreview()’:
/opt/OF/apps/myApps/lpmt/src/timeline/ofxTLImageSequence.cpp:224:6: warning: unused variable ‘fameIndex’ [-Wunused-variable]
int fameIndex = 0;
^~~~~~~~~
/opt/OF/apps/myApps/lpmt/src/timeline/ofxTLImageSequence.cpp: In member function ‘void ofxTLImageSequence::purgeFrames()’:
/opt/OF/apps/myApps/lpmt/src/timeline/ofxTLImageSequence.cpp:257:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i = 0; i < frames.size(); i++){
~~^~~~~~~~~~~~~~~
/opt/OF/apps/myApps/lpmt/src/timeline/ofxTLImageSequence.cpp:271:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if(sortableFrames.size() > maxFramesLoaded){
~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
/opt/OF/apps/myApps/lpmt/src/timeline/ofxTLImageSequence.cpp: In member function ‘void ofxTLImageSequence::clearPreviewTextures()’:
/opt/OF/apps/myApps/lpmt/src/timeline/ofxTLImageSequence.cpp:310:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i = 0; i < previewTextures.size(); i++){
~~^~~~~~~~~~~~~~~~~~~~~~~~
/opt/OF/apps/myApps/lpmt/src/timeline/ofxTLImageSequence.cpp: In member function ‘void ofxTLImageSequence::clearFrames()’:
/opt/OF/apps/myApps/lpmt/src/timeline/ofxTLImageSequence.cpp:318:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i = 0; i < frames.size(); i++){
~~^~~~~~~~~~~~~~~
/opt/OF/apps/myApps/lpmt/src/timeline/ofxTLLFO.cpp: In member function ‘virtual void ofxTLLFO::draw()’:
/opt/OF/apps/myApps/lpmt/src/timeline/ofxTLLFO.cpp:150:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i = 0; i < keyframes.size(); i++){
~~^~~~~~~~~~~~~~~~~~
/opt/OF/apps/myApps/lpmt/src/timeline/ofxTLLFO.cpp:155:17: warning: unused variable ‘lfoKey’ [-Wunused-variable]
ofxTLLFOKey* lfoKey = (ofxTLLFOKey*)keyframes[i];
^~~~~~
/opt/OF/apps/myApps/lpmt/src/ofApp.cpp: In member function ‘void ofApp::prepare()’:
/opt/OF/apps/myApps/lpmt/src/ofApp.cpp:363:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i=0; i < m_cameras.size(); i++)
~~^~~~~~~~~~~~~~~~~~
/opt/OF/apps/myApps/lpmt/src/timeline/ofxTLLFO.cpp: In member function ‘virtual void ofxTLLFO::storeKeyframe(ofxTLKeyframe*, ofxXmlSettings&)’:
/opt/OF/apps/myApps/lpmt/src/timeline/ofxTLLFO.cpp:435:15: warning: unused variable ‘type’ [-Wunused-variable]
ofxTLLFOType type;
^~~~
/opt/OF/apps/myApps/lpmt/src/timeline/ofxTLLFO.cpp: In member function ‘virtual void ofxTLLFO::regionSelected(ofLongRange, ofRange)’:
/opt/OF/apps/myApps/lpmt/src/timeline/ofxTLLFO.cpp:488:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i = 0; i < keyframes.size(); i++){
~~^~~~~~~~~~~~~~~~~~
/opt/OF/apps/myApps/lpmt/src/timeline/ofxTLLFO.cpp: In member function ‘virtual ofxTLKeyframe* ofxTLLFO::keyframeAtScreenpoint(ofVec2f)’:
/opt/OF/apps/myApps/lpmt/src/timeline/ofxTLLFO.cpp:497:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i = 0; i < keyframes.size(); i++){
~~^~~~~~~~~~~~~~~~~~
/opt/OF/apps/myApps/lpmt/src/ofApp.cpp: In member function ‘virtual void ofApp::mouseMoved(int, int)’:
/opt/OF/apps/myApps/lpmt/src/ofApp.cpp:1099:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i = 0; i < quads[activeQuad].m_maskPoints.size(); i++)
~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/OF/apps/myApps/lpmt/src/xmlSetup.cpp: In member function ‘void ofApp::loadSettingsFromXMLFile(std::__cxx11::string)’:
/opt/OF/apps/myApps/lpmt/src/xmlSetup.cpp:347:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(size_t j = 0; j < numberOfMaskPoints; j++)
~~^~~~~~~~~~~~~~~~~~~~
In file included from /opt/OF/apps/myApps/lpmt/src/timeline/ofxHotKeys_impl_mac.mm:33:0:
/opt/OF/apps/myApps/lpmt/src/timeline/ofxHotKeys.h: At global scope:
/opt/OF/apps/myApps/lpmt/src/timeline/ofxHotKeys.h:74:13: warning: ‘bool ofGetModifierSpecialPressed()’ defined but not used [-Wunused-function]
static bool ofGetModifierSpecialPressed(){
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/OF/apps/myApps/lpmt/src/timeline/ofxHotKeys.h:69:13: warning: ‘bool ofGetModifierControlPressed()’ defined but not used [-Wunused-function]
static bool ofGetModifierControlPressed(){
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/OF/apps/myApps/lpmt/src/timeline/ofxHotKeys.h:64:13: warning: ‘bool ofGetModifierShiftPressed()’ defined but not used [-Wunused-function]
static bool ofGetModifierShiftPressed(){
^~~~~~~~~~~~~~~~~~~~~~~~~
/opt/OF/apps/myApps/lpmt/src/timeline/ofxHotKeys.h:59:13: warning: ‘bool ofGetModifierAltPressed()’ defined but not used [-Wunused-function]
static bool ofGetModifierAltPressed(){
^~~~~~~~~~~~~~~~~~~~~~~
/opt/OF/libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk:235: recipe for target 'obj/linux64/Release/src/timeline/ofxHotKeys_impl_mac.o' failed
make[1]: *** [obj/linux64/Release/src/timeline/ofxHotKeys_impl_mac.o] Error 1
make[1]: *** Waiting for unfinished jobs....
In file included from /opt/OF/apps/myApps/lpmt/src/timeline/ofxTLImageSequence.cpp:33:0:
/opt/OF/apps/myApps/lpmt/src/timeline/ofxTLImageSequence.h: At global scope:
/opt/OF/apps/myApps/lpmt/src/timeline/ofxTLImageSequence.h:39:14: warning: ‘GLint glTypeForImageType(int)’ defined but not used [-Wunused-function]
static GLint glTypeForImageType(int imageType){
^~~~~~~~~~~~~~~~~~
In file included from /opt/OF/apps/myApps/lpmt/src/timeline/ofxTimeline.h:68:0,
from /opt/OF/apps/myApps/lpmt/src/ofApp.h:27,
from /opt/OF/apps/myApps/lpmt/src/main.cpp:2:
/opt/OF/apps/myApps/lpmt/src/timeline/ofxTLImageSequence.h:39:14: warning: ‘GLint glTypeForImageType(int)’ defined but not used [-Wunused-function]
static GLint glTypeForImageType(int imageType){
^~~~~~~~~~~~~~~~~~
In file included from /opt/OF/apps/myApps/lpmt/src/timeline/ofxTimeline.h:68:0,
from /opt/OF/apps/myApps/lpmt/src/ofApp.h:27,
from /opt/OF/apps/myApps/lpmt/src/parseMIDI.cpp:1:
/opt/OF/apps/myApps/lpmt/src/timeline/ofxTLImageSequence.h:39:14: warning: ‘GLint glTypeForImageType(int)’ defined but not used [-Wunused-function]
static GLint glTypeForImageType(int imageType){
^~~~~~~~~~~~~~~~~~
In file included from /opt/OF/apps/myApps/lpmt/src/timeline/ofxHotKeys_impl_linux.cpp:1:0:
/opt/OF/apps/myApps/lpmt/src/timeline/ofxHotKeys.h: At global scope:
/opt/OF/apps/myApps/lpmt/src/timeline/ofxHotKeys.h:74:13: warning: ‘bool ofGetModifierSpecialPressed()’ defined but not used [-Wunused-function]
static bool ofGetModifierSpecialPressed(){
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/OF/apps/myApps/lpmt/src/timeline/ofxHotKeys.h:69:13: warning: ‘bool ofGetModifierControlPressed()’ defined but not used [-Wunused-function]
static bool ofGetModifierControlPressed(){
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/OF/apps/myApps/lpmt/src/timeline/ofxHotKeys.h:59:13: warning: ‘bool ofGetModifierAltPressed()’ defined but not used [-Wunused-function]
static bool ofGetModifierAltPressed(){
^~~~~~~~~~~~~~~~~~~~~~~
In file included from /opt/OF/apps/myApps/lpmt/src/timeline/ofxTimeline.h:68:0,
from /opt/OF/apps/myApps/lpmt/src/ofApp.h:27,
from /opt/OF/apps/myApps/lpmt/src/GUI.cpp:2:
/opt/OF/apps/myApps/lpmt/src/timeline/ofxTLImageSequence.h:39:14: warning: ‘GLint glTypeForImageType(int)’ defined but not used [-Wunused-function]
static GLint glTypeForImageType(int imageType){
^~~~~~~~~~~~~~~~~~
In file included from /opt/OF/apps/myApps/lpmt/src/timeline/ofxTimeline.h:68:0,
from /opt/OF/apps/myApps/lpmt/src/ofApp.h:27,
from /opt/OF/apps/myApps/lpmt/src/timeline.cpp:1:
/opt/OF/apps/myApps/lpmt/src/timeline/ofxTLImageSequence.h:39:14: warning: ‘GLint glTypeForImageType(int)’ defined but not used [-Wunused-function]
static GLint glTypeForImageType(int imageType){
^~~~~~~~~~~~~~~~~~
In file included from /opt/OF/apps/myApps/lpmt/src/timeline/ofxTimeline.h:68:0,
from /opt/OF/apps/myApps/lpmt/src/ofApp.h:27,
from /opt/OF/apps/myApps/lpmt/src/parseOSC.cpp:1:
/opt/OF/apps/myApps/lpmt/src/timeline/ofxTLImageSequence.h: At global scope:
/opt/OF/apps/myApps/lpmt/src/timeline/ofxTLImageSequence.h:39:14: warning: ‘GLint glTypeForImageType(int)’ defined but not used [-Wunused-function]
static GLint glTypeForImageType(int imageType){
^~~~~~~~~~~~~~~~~~
In file included from /opt/OF/apps/myApps/lpmt/src/timeline/ofxTimeline.h:68:0,
from /opt/OF/apps/myApps/lpmt/src/ofApp.h:27,
from /opt/OF/apps/myApps/lpmt/src/ofApp.cpp:1:
/opt/OF/apps/myApps/lpmt/src/timeline/ofxTLImageSequence.h: At global scope:
/opt/OF/apps/myApps/lpmt/src/timeline/ofxTLImageSequence.h:39:14: warning: ‘GLint glTypeForImageType(int)’ defined but not used [-Wunused-function]
static GLint glTypeForImageType(int imageType){
^~~~~~~~~~~~~~~~~~
In file included from /opt/OF/apps/myApps/lpmt/src/timeline/ofxTimeline.h:68:0,
from /opt/OF/apps/myApps/lpmt/src/ofApp.h:27,
from /opt/OF/apps/myApps/lpmt/src/appUtils.cpp:1:
/opt/OF/apps/myApps/lpmt/src/timeline/ofxTLImageSequence.h:39:14: warning: ‘GLint glTypeForImageType(int)’ defined but not used [-Wunused-function]
static GLint glTypeForImageType(int imageType){
^~~~~~~~~~~~~~~~~~
In file included from /opt/OF/apps/myApps/lpmt/src/timeline/ofxTLLFO.cpp:35:0:
/opt/OF/apps/myApps/lpmt/src/timeline/ofxHotKeys.h: At global scope:
/opt/OF/apps/myApps/lpmt/src/timeline/ofxHotKeys.h:74:13: warning: ‘bool ofGetModifierSpecialPressed()’ defined but not used [-Wunused-function]
static bool ofGetModifierSpecialPressed(){
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/OF/apps/myApps/lpmt/src/timeline/ofxHotKeys.h:64:13: warning: ‘bool ofGetModifierShiftPressed()’ defined but not used [-Wunused-function]
static bool ofGetModifierShiftPressed(){
^~~~~~~~~~~~~~~~~~~~~~~~~
/opt/OF/apps/myApps/lpmt/src/timeline/ofxHotKeys.h:59:13: warning: ‘bool ofGetModifierAltPressed()’ defined but not used [-Wunused-function]
static bool ofGetModifierAltPressed(){
^~~~~~~~~~~~~~~~~~~~~~~
In file included from /opt/OF/apps/myApps/lpmt/src/timeline/ofxTimeline.h:68:0,
from /opt/OF/apps/myApps/lpmt/src/timeline/ofxTLLFO.cpp:34:
/opt/OF/apps/myApps/lpmt/src/timeline/ofxTLImageSequence.h:39:14: warning: ‘GLint glTypeForImageType(int)’ defined but not used [-Wunused-function]
static GLint glTypeForImageType(int imageType){
^~~~~~~~~~~~~~~~~~
In file included from /opt/OF/apps/myApps/lpmt/src/timeline/ofxTimeline.h:68:0,
from /opt/OF/apps/myApps/lpmt/src/ofApp.h:27,
from /opt/OF/apps/myApps/lpmt/src/xmlSetup.cpp:1:
/opt/OF/apps/myApps/lpmt/src/timeline/ofxTLImageSequence.h: At global scope:
/opt/OF/apps/myApps/lpmt/src/timeline/ofxTLImageSequence.h:39:14: warning: ‘GLint glTypeForImageType(int)’ defined but not used [-Wunused-function]
static GLint glTypeForImageType(int imageType){
^~~~~~~~~~~~~~~~~~
/opt/OF/apps/myApps/lpmt/src/ofApp.cpp: In member function ‘void ofApp::raiseLayer()’:
/opt/OF/apps/myApps/lpmt/src/ofApp.cpp:1549:33: warning: ‘target’ may be used uninitialized in this function [-Wmaybe-uninitialized]
quads[activeQuad].layer = target;
~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/opt/OF/apps/myApps/lpmt/src/ofApp.cpp:1548:26: warning: ‘position’ may be used uninitialized in this function [-Wmaybe-uninitialized]
layers[position] = target_content;
~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/opt/OF/apps/myApps/lpmt/src/ofApp.cpp: In member function ‘void ofApp::lowerLayer()’:
/opt/OF/apps/myApps/lpmt/src/ofApp.cpp:1569:5: warning: ‘target’ may be used uninitialized in this function [-Wmaybe-uninitialized]
if (target >= 0)
^~
/opt/OF/apps/myApps/lpmt/src/ofApp.cpp:1575:30: warning: ‘position’ may be used uninitialized in this function [-Wmaybe-uninitialized]
layers[position] = target_content;
~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/opt/OF/apps/myApps/lpmt/src/ofApp.cpp: In member function ‘virtual void ofApp::keyPressed(int)’:
/opt/OF/apps/myApps/lpmt/src/ofApp.cpp:1569:5: warning: ‘target’ may be used uninitialized in this function [-Wmaybe-uninitialized]
if (target >= 0)
^~
/opt/OF/apps/myApps/lpmt/src/ofApp.cpp:1558:9: note: ‘target’ was declared here
int target;
^~~~~~
/opt/OF/apps/myApps/lpmt/src/ofApp.cpp:1575:30: warning: ‘position’ may be used uninitialized in this function [-Wmaybe-uninitialized]
layers[position] = target_content;
~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/opt/OF/apps/myApps/lpmt/src/ofApp.cpp:1557:9: note: ‘position’ was declared here
int position;
^~~~~~~~
/opt/OF/apps/myApps/lpmt/src/ofApp.cpp:1548:26: warning: ‘position’ may be used uninitialized in this function [-Wmaybe-uninitialized]
layers[position] = target_content;
~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/opt/OF/apps/myApps/lpmt/src/ofApp.cpp:1532:9: note: ‘position’ was declared here
int position;
^~~~~~~~
/opt/OF/apps/myApps/lpmt/src/ofApp.cpp:1549:33: warning: ‘target’ may be used uninitialized in this function [-Wmaybe-uninitialized]
quads[activeQuad].layer = target;
~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/opt/OF/apps/myApps/lpmt/src/ofApp.cpp:1533:9: note: ‘target’ was declared here
int target;
^~~~~~
make[1]: Leaving directory '/opt/OF/apps/myApps/lpmt'
/opt/OF/libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk:124: recipe for target 'Release' failed
make: *** [Release] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment