CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_INSTALL_BINDIR CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_SBINDIR /home/conan/w/cci_PR-3962/.conan/data/qpoases/3.2.1/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/source_subfolder/src/MessageHandling.cpp: In member function ‘qpOASES::returnValue qpOASES::MessageHandling::throwMessage(qpOASES::returnValue, const char*, const char*, const char*, long unsigned int, qpOASES::VisibilityStatus, const char*)’: /home/conan/w/cci_PR-3962/.conan/data/qpoases/3.2.1/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/source_subfolder/src/MessageHandling.cpp:517:50: warning: ‘->’ directive output may be truncated writing 2 bytes into a region of size between 1 and 160 [-Wformat-truncation=] 517 | snprintf( myPrintfString,MAX_STRING_LENGTH,"%s->", whitespaces ); | ^~ /home/conan/w/cci_PR-3962/.conan/data/qpoases/3.2.1/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/source_subfolder/src/MessageHandling.cpp:517:12: note: ‘snprintf’ output between 3 and 162 bytes into a destination of size 160 517 | snprintf( myPrintfString,MAX_STRING_LENGTH,"%s->", whitespaces ); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3962/.conan/data/qpoases/3.2.1/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/source_subfolder/src/Matrices.cpp: In member function ‘virtual qpOASES::returnValue qpOASES::SparseMatrix::getRowNorm(qpOASES::real_t*, qpOASES::int_t) const’: /home/conan/w/cci_PR-3962/.conan/data/qpoases/3.2.1/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/source_subfolder/src/Matrices.cpp:853:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] 853 | for (i = jc[j]; i < jc[j+1]; i++); | ^~~ /home/conan/w/cci_PR-3962/.conan/data/qpoases/3.2.1/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/source_subfolder/src/Matrices.cpp:854:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’ 854 | norm[ir[i]] += getAbs( val[i] ); | ^~~~ /home/conan/w/cci_PR-3962/.conan/data/qpoases/3.2.1/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/source_subfolder/src/Options.cpp: In member function ‘qpOASES::returnValue qpOASES::Options::print() const’: /home/conan/w/cci_PR-3962/.conan/data/qpoases/3.2.1/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/source_subfolder/src/Options.cpp:386:80: warning: ‘%s’ directive output may be truncated writing up to 159 bytes into a region of size 126 [-Wformat-truncation=] 386 | snprintf( myPrintfString,MAX_STRING_LENGTH,"printLevel = %s\n",info ); | ^~ ~~~~ /home/conan/w/cci_PR-3962/.conan/data/qpoases/3.2.1/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/source_subfolder/src/Options.cpp:386:10: note: ‘snprintf’ output between 36 and 195 bytes into a destination of size 160 386 | snprintf( myPrintfString,MAX_STRING_LENGTH,"printLevel = %s\n",info ); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3962/.conan/data/qpoases/3.2.1/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/source_subfolder/src/Options.cpp:392:80: warning: ‘%s’ directive output may be truncated writing up to 159 bytes into a region of size 126 [-Wformat-truncation=] 392 | snprintf( myPrintfString,MAX_STRING_LENGTH,"enableRamping = %s\n",info ); | ^~ ~~~~ /home/conan/w/cci_PR-3962/.conan/data/qpoases/3.2.1/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/source_subfolder/src/Options.cpp:392:10: note: ‘snprintf’ output between 36 and 195 bytes into a destination of size 160 392 | snprintf( myPrintfString,MAX_STRING_LENGTH,"enableRamping = %s\n",info ); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3962/.conan/data/qpoases/3.2.1/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/source_subfolder/src/Options.cpp:396:80: warning: ‘%s’ directive output may be truncated writing up to 159 bytes into a region of size 126 [-Wformat-truncation=] 396 | snprintf( myPrintfString,MAX_STRING_LENGTH,"enableFarBounds = %s\n",info ); | ^~ ~~~~ /home/conan/w/cci_PR-3962/.conan/data/qpoases/3.2.1/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/source_subfolder/src/Options.cpp:396:10: note: ‘snprintf’ output between 36 and 195 bytes into a destination of size 160 396 | snprintf( myPrintfString,MAX_STRING_LENGTH,"enableFarBounds = %s\n",info ); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3962/.conan/data/qpoases/3.2.1/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/source_subfolder/src/Options.cpp:400:80: warning: ‘%s’ directive output may be truncated writing up to 159 bytes into a region of size 126 [-Wformat-truncation=] 400 | snprintf( myPrintfString,MAX_STRING_LENGTH,"enableFlippingBounds = %s\n",info ); | ^~ ~~~~ /home/conan/w/cci_PR-3962/.conan/data/qpoases/3.2.1/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/source_subfolder/src/Options.cpp:400:10: note: ‘snprintf’ output between 36 and 195 bytes into a destination of size 160 400 | snprintf( myPrintfString,MAX_STRING_LENGTH,"enableFlippingBounds = %s\n",info ); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3962/.conan/data/qpoases/3.2.1/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/source_subfolder/src/Options.cpp:404:80: warning: ‘%s’ directive output may be truncated writing up to 159 bytes into a region of size 126 [-Wformat-truncation=] 404 | snprintf( myPrintfString,MAX_STRING_LENGTH,"enableRegularisation = %s\n",info ); | ^~ ~~~~ /home/conan/w/cci_PR-3962/.conan/data/qpoases/3.2.1/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/source_subfolder/src/Options.cpp:404:10: note: ‘snprintf’ output between 36 and 195 bytes into a destination of size 160 404 | snprintf( myPrintfString,MAX_STRING_LENGTH,"enableRegularisation = %s\n",info ); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3962/.conan/data/qpoases/3.2.1/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/source_subfolder/src/Options.cpp:408:80: warning: ‘%s’ directive output may be truncated writing up to 159 bytes into a region of size 126 [-Wformat-truncation=] 408 | snprintf( myPrintfString,MAX_STRING_LENGTH,"enableFullLITests = %s\n",info ); | ^~ ~~~~ /home/conan/w/cci_PR-3962/.conan/data/qpoases/3.2.1/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/source_subfolder/src/Options.cpp:408:10: note: ‘snprintf’ output between 36 and 195 bytes into a destination of size 160 408 | snprintf( myPrintfString,MAX_STRING_LENGTH,"enableFullLITests = %s\n",info ); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3962/.conan/data/qpoases/3.2.1/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/source_subfolder/src/Options.cpp:412:80: warning: ‘%s’ directive output may be truncated writing up to 159 bytes into a region of size 126 [-Wformat-truncation=] 412 | snprintf( myPrintfString,MAX_STRING_LENGTH,"enableNZCTests = %s\n",info ); | ^~ ~~~~ /home/conan/w/cci_PR-3962/.conan/data/qpoases/3.2.1/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/source_subfolder/src/Options.cpp:412:10: note: ‘snprintf’ output between 36 and 195 bytes into a destination of size 160 412 | snprintf( myPrintfString,MAX_STRING_LENGTH,"enableNZCTests = %s\n",info ); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3962/.conan/data/qpoases/3.2.1/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/source_subfolder/src/Options.cpp:422:80: warning: ‘%s’ directive output may be truncated writing up to 159 bytes into a region of size 126 [-Wformat-truncation=] 422 | snprintf( myPrintfString,MAX_STRING_LENGTH,"enableEqualities = %s\n",info ); | ^~ ~~~~ /home/conan/w/cci_PR-3962/.conan/data/qpoases/3.2.1/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/source_subfolder/src/Options.cpp:422:10: note: ‘snprintf’ output between 36 and 195 bytes into a destination of size 160 422 | snprintf( myPrintfString,MAX_STRING_LENGTH,"enableEqualities = %s\n",info ); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3962/.conan/data/qpoases/3.2.1/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/source_subfolder/src/Options.cpp:426:80: warning: ‘%s’ directive output may be truncated writing up to 159 bytes into a region of size 126 [-Wformat-truncation=] 426 | snprintf( myPrintfString,MAX_STRING_LENGTH,"enableInertiaCorrection = %s\n",info ); | ^~ ~~~~ /home/conan/w/cci_PR-3962/.conan/data/qpoases/3.2.1/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/source_subfolder/src/Options.cpp:426:10: note: ‘snprintf’ output between 36 and 195 bytes into a destination of size 160 426 | snprintf( myPrintfString,MAX_STRING_LENGTH,"enableInertiaCorrection = %s\n",info ); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3962/.conan/data/qpoases/3.2.1/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/source_subfolder/src/Options.cpp:470:80: warning: ‘%s’ directive output may be truncated writing up to 159 bytes into a region of size 126 [-Wformat-truncation=] 470 | snprintf( myPrintfString,MAX_STRING_LENGTH,"initialStatusBounds = %s\n",info ); | ^~ ~~~~ /home/conan/w/cci_PR-3962/.conan/data/qpoases/3.2.1/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/source_subfolder/src/Options.cpp:470:10: note: ‘snprintf’ output between 36 and 195 bytes into a destination of size 160 470 | snprintf( myPrintfString,MAX_STRING_LENGTH,"initialStatusBounds = %s\n",info ); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3962/.conan/data/qpoases/3.2.1/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/source_subfolder/src/QProblem.cpp: In member function ‘qpOASES::returnValue qpOASES::QProblem::updateFarBounds(qpOASES::real_t, qpOASES::int_t, const real_t*, qpOASES::real_t*, const real_t*, qpOASES::real_t*, const real_t*, qpOASES::real_t*, const real_t*, qpOASES::real_t*) const’: /home/conan/w/cci_PR-3962/.conan/data/qpoases/3.2.1/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/source_subfolder/src/QProblem.cpp:5513:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 5513 | if ( returnvalue != SUCCESSFUL_RETURN ) | ^~ /home/conan/w/cci_PR-3962/.conan/data/qpoases/3.2.1/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/source_subfolder/src/QProblem.cpp:5516:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 5516 | if ( options.enableRamping == BT_TRUE ) | ^~ /home/conan/w/cci_PR-3962/.conan/data/qpoases/3.2.1/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/source_subfolder/src/QProblem.cpp: In member function ‘qpOASES::returnValue qpOASES::QProblem::printIteration(qpOASES::int_t, qpOASES::int_t, qpOASES::SubjectToStatus, qpOASES::BooleanType, qpOASES::real_t, qpOASES::BooleanType)’: /home/conan/w/cci_PR-3962/.conan/data/qpoases/3.2.1/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/source_subfolder/src/QProblem.cpp:6243:76: warning: ‘%s’ directive output may be truncated writing up to 159 bytes into a region of size between 118 and 135 [-Wformat-truncation=] 6243 | snprintf( myPrintfString,MAX_STRING_LENGTH," %5.1d | %1.6e | %s %4.1d | %4.1d | %4.1d \n", (int)iter,tau,info,(int)BC_idx,(int)getNFX( ),(int)getNAC( ) ); | ^~ ~~~~ /home/conan/w/cci_PR-3962/.conan/data/qpoases/3.2.1/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/source_subfolder/src/QProblem.cpp:6243:13: note: ‘snprintf’ output between 55 and 252 bytes into a destination of size 160 6243 | snprintf( myPrintfString,MAX_STRING_LENGTH," %5.1d | %1.6e | %s %4.1d | %4.1d | %4.1d \n", (int)iter,tau,info,(int)BC_idx,(int)getNFX( ),(int)getNAC( ) ); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3962/.conan/data/qpoases/3.2.1/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/source_subfolder/src/QProblem.cpp:6228:78: warning: ‘%s’ directive output may be truncated writing up to 159 bytes into a region of size between 117 and 134 [-Wformat-truncation=] 6228 | snprintf( myPrintfString,MAX_STRING_LENGTH," %5.1d* | %1.6e | %s SOLVED | %4.1d | %4.1d \n", (int)iter,tau,info,(int)getNFX( ),(int)getNAC( ) ); | ^~ ~~~~ /home/conan/w/cci_PR-3962/.conan/data/qpoases/3.2.1/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/source_subfolder/src/QProblem.cpp:6228:14: note: ‘snprintf’ output between 60 and 250 bytes into a destination of size 160 6228 | snprintf( myPrintfString,MAX_STRING_LENGTH," %5.1d* | %1.6e | %s SOLVED | %4.1d | %4.1d \n", (int)iter,tau,info,(int)getNFX( ),(int)getNAC( ) ); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3962/.conan/data/qpoases/3.2.1/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/source_subfolder/src/QProblem.cpp:6226:78: warning: ‘%s’ directive output may be truncated writing up to 159 bytes into a region of size between 117 and 134 [-Wformat-truncation=] 6226 | snprintf( myPrintfString,MAX_STRING_LENGTH," %5.1d | %1.6e | %s SOLVED | %4.1d | %4.1d \n", (int)iter,tau,info,(int)getNFX( ),(int)getNAC( ) ); | ^~ ~~~~ /home/conan/w/cci_PR-3962/.conan/data/qpoases/3.2.1/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/source_subfolder/src/QProblem.cpp:6226:14: note: ‘snprintf’ output between 60 and 250 bytes into a destination of size 160 6226 | snprintf( myPrintfString,MAX_STRING_LENGTH," %5.1d | %1.6e | %s SOLVED | %4.1d | %4.1d \n", (int)iter,tau,info,(int)getNFX( ),(int)getNAC( ) ); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3962/.conan/data/qpoases/3.2.1/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/source_subfolder/src/QProblemB.cpp: In member function ‘qpOASES::returnValue qpOASES::QProblemB::changeActiveSet(qpOASES::int_t, qpOASES::SubjectToStatus)’: /home/conan/w/cci_PR-3962/.conan/data/qpoases/3.2.1/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/source_subfolder/src/QProblemB.cpp:3387:4: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation] 3387 | else | ^~~~ /home/conan/w/cci_PR-3962/.conan/data/qpoases/3.2.1/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/source_subfolder/src/QProblemB.cpp:3389:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’ 3389 | getGlobalMessageHandler( )->throwInfo( RET_ADD_TO_ACTIVESET,messageString,__FUNC__,__FILE__,__LINE__,VS_VISIBLE ); | ^~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3962/.conan/data/qpoases/3.2.1/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/source_subfolder/src/QProblemB.cpp: In member function ‘qpOASES::returnValue qpOASES::QProblemB::printIteration(qpOASES::int_t, qpOASES::int_t, qpOASES::SubjectToStatus, qpOASES::real_t, qpOASES::BooleanType)’: /home/conan/w/cci_PR-3962/.conan/data/qpoases/3.2.1/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/source_subfolder/src/QProblemB.cpp:3835:76: warning: ‘%s’ directive output may be truncated writing up to 159 bytes into a region of size between 118 and 135 [-Wformat-truncation=] 3835 | snprintf( myPrintfString,MAX_STRING_LENGTH," %5.1d | %1.6e | %s %4.1d | %4.1d \n", (int)iter,tau,info,(int)BC_idx,(int)getNFX( ) ); | ^~ ~~~~ /home/conan/w/cci_PR-3962/.conan/data/qpoases/3.2.1/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/source_subfolder/src/QProblemB.cpp:3835:13: note: ‘snprintf’ output between 45 and 235 bytes into a destination of size 160 3835 | snprintf( myPrintfString,MAX_STRING_LENGTH," %5.1d | %1.6e | %s %4.1d | %4.1d \n", (int)iter,tau,info,(int)BC_idx,(int)getNFX( ) ); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3962/.conan/data/qpoases/3.2.1/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/source_subfolder/src/QProblemB.cpp:3825:78: warning: ‘%s’ directive output may be truncated writing up to 159 bytes into a region of size between 117 and 134 [-Wformat-truncation=] 3825 | snprintf( myPrintfString,MAX_STRING_LENGTH," %5.1d* | %1.6e | %s SOLVED | %4.1d \n", (int)iter,tau,info,(int)getNFX( ) ); | ^~ ~~~~ /home/conan/w/cci_PR-3962/.conan/data/qpoases/3.2.1/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/source_subfolder/src/QProblemB.cpp:3825:14: note: ‘snprintf’ output between 50 and 233 bytes into a destination of size 160 3825 | snprintf( myPrintfString,MAX_STRING_LENGTH," %5.1d* | %1.6e | %s SOLVED | %4.1d \n", (int)iter,tau,info,(int)getNFX( ) ); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3962/.conan/data/qpoases/3.2.1/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/source_subfolder/src/QProblemB.cpp:3823:78: warning: ‘%s’ directive output may be truncated writing up to 159 bytes into a region of size between 117 and 134 [-Wformat-truncation=] 3823 | snprintf( myPrintfString,MAX_STRING_LENGTH," %5.1d | %1.6e | %s SOLVED | %4.1d \n", (int)iter,tau,info,(int)getNFX( ) ); | ^~ ~~~~ /home/conan/w/cci_PR-3962/.conan/data/qpoases/3.2.1/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/source_subfolder/src/QProblemB.cpp:3823:14: note: ‘snprintf’ output between 50 and 233 bytes into a destination of size 160 3823 | snprintf( myPrintfString,MAX_STRING_LENGTH," %5.1d | %1.6e | %s SOLVED | %4.1d \n", (int)iter,tau,info,(int)getNFX( ) ); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3962/.conan/data/qpoases/3.2.1/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/source_subfolder/src/SQProblem.cpp: In member function ‘qpOASES::returnValue qpOASES::SQProblem::hotstart(qpOASES::SymmetricMatrix*, const real_t*, qpOASES::Matrix*, const real_t*, const real_t*, const real_t*, const real_t*, qpOASES::int_t&, qpOASES::real_t*, const qpOASES::Bounds*, const qpOASES::Constraints*)’: /home/conan/w/cci_PR-3962/.conan/data/qpoases/3.2.1/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/source_subfolder/src/SQProblem.cpp:117:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 117 | if ( cputime != 0 ) | ^~ /home/conan/w/cci_PR-3962/.conan/data/qpoases/3.2.1/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/source_subfolder/src/SQProblem.cpp:122:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 122 | if ( setupNewAuxiliaryQP( H_new,A_new,lb_new,ub_new,lbA_new,ubA_new ) != SUCCESSFUL_RETURN ) | ^~ /home/conan/w/cci_PR-3962/.conan/data/qpoases/3.2.1/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/source_subfolder/src/SQProblem.cpp: In member function ‘qpOASES::returnValue qpOASES::SQProblem::hotstart(const real_t*, const real_t*, const real_t*, const real_t*, const real_t*, const real_t*, const real_t*, qpOASES::int_t&, qpOASES::real_t*, const qpOASES::Bounds*, const qpOASES::Constraints*)’: /home/conan/w/cci_PR-3962/.conan/data/qpoases/3.2.1/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/source_subfolder/src/SQProblem.cpp:166:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 166 | if ( cputime != 0 ) | ^~ /home/conan/w/cci_PR-3962/.conan/data/qpoases/3.2.1/_/_/build/038baac88f4c7bfa972ce5adac1616bed8fe2ef4/source_subfolder/src/SQProblem.cpp:171:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 171 | if ( setupNewAuxiliaryQP( H_new,A_new,lb_new,ub_new,lbA_new,ubA_new ) != SUCCESSFUL_RETURN ) | ^~ CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY