Created
October 21, 2017 09:55
-
-
Save moriarty/94dc432313329cec2870204accf4ff00 to your computer and use it in GitHub Desktop.
PCL Compile Output on openSUSE Tumbleweed. gcc-7.2.1
This file contains 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
/home/alex/workspace/pcl-trunk/people/src/hog.cpp: In member function ‘float* pcl::people::HOG::acosTable() const’: | |
/home/alex/workspace/pcl-trunk/people/src/hog.cpp:421:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] | |
if( init ) return a+n2; ni = 2.02f/(float) n; | |
^~ | |
/home/alex/workspace/pcl-trunk/people/src/hog.cpp:421:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ | |
if( init ) return a+n2; ni = 2.02f/(float) n; | |
^~ | |
In file included from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model.h:52:0, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac.h:45, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/ransac.h:44, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/impl/ransac.hpp:44, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/src/sac.cpp:38: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h: In function ‘void __static_initialization_and_destruction_0(int, int)’: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: warning: ‘pcl::SAC_SAMPLE_SIZE’ is deprecated: This map is deprecated and is kept only to prevent breaking existing user code. Starting from PCL 1.8.0 model sample size is a protected member of the SampleConsensusModel class [-Wdeprecated-declarations] | |
SAC_SAMPLE_SIZE (sample_size_pairs, sample_size_pairs + sizeof (sample_size_pairs) / sizeof (SampleSizeModel)); | |
^~~~~~~~~~~~~~~ | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: note: declared here | |
In file included from /home/alex/workspace/pcl-trunk/io/src/pcd_io.cpp:45:0: | |
/home/alex/workspace/pcl-trunk/common/include/pcl/common/io.h: In function ‘int pcl::getFieldType(int, char)’: | |
/home/alex/workspace/pcl-trunk/common/include/pcl/common/io.h:175:9: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
if (type == 'U') | |
^~ | |
/home/alex/workspace/pcl-trunk/common/include/pcl/common/io.h:178:7: note: here | |
case 2: | |
^~~~ | |
/home/alex/workspace/pcl-trunk/common/include/pcl/common/io.h:181:9: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
if (type == 'U') | |
^~ | |
/home/alex/workspace/pcl-trunk/common/include/pcl/common/io.h:184:7: note: here | |
case 4: | |
^~~~ | |
/home/alex/workspace/pcl-trunk/common/include/pcl/common/io.h:189:9: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
if (type == 'F') | |
^~ | |
/home/alex/workspace/pcl-trunk/common/include/pcl/common/io.h:192:7: note: here | |
case 8: | |
^~~~ | |
In file included from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model.h:52:0, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model_circle.h:44, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/impl/sac_model_circle.hpp:45, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/src/sac_model_circle.cpp:39: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h: In function ‘void __static_initialization_and_destruction_0(int, int)’: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: warning: ‘pcl::SAC_SAMPLE_SIZE’ is deprecated: This map is deprecated and is kept only to prevent breaking existing user code. Starting from PCL 1.8.0 model sample size is a protected member of the SampleConsensusModel class [-Wdeprecated-declarations] | |
SAC_SAMPLE_SIZE (sample_size_pairs, sample_size_pairs + sizeof (sample_size_pairs) / sizeof (SampleSizeModel)); | |
^~~~~~~~~~~~~~~ | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: note: declared here | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp: In function ‘unsigned int pcl::lzfDecompress(const void*, unsigned int, void*, unsigned int)’: | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:307:24: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case 32: *op++ = *ip++; case 31: *op++ = *ip++; case 30: *op++ = *ip++; case 29: *op++ = *ip++; | |
~~~~~~^~~~~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:307:33: note: here | |
case 32: *op++ = *ip++; case 31: *op++ = *ip++; case 30: *op++ = *ip++; case 29: *op++ = *ip++; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:307:48: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case 32: *op++ = *ip++; case 31: *op++ = *ip++; case 30: *op++ = *ip++; case 29: *op++ = *ip++; | |
~~~~~~^~~~~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:307:57: note: here | |
case 32: *op++ = *ip++; case 31: *op++ = *ip++; case 30: *op++ = *ip++; case 29: *op++ = *ip++; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:307:72: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case 32: *op++ = *ip++; case 31: *op++ = *ip++; case 30: *op++ = *ip++; case 29: *op++ = *ip++; | |
~~~~~~^~~~~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:307:81: note: here | |
case 32: *op++ = *ip++; case 31: *op++ = *ip++; case 30: *op++ = *ip++; case 29: *op++ = *ip++; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:307:96: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case 32: *op++ = *ip++; case 31: *op++ = *ip++; case 30: *op++ = *ip++; case 29: *op++ = *ip++; | |
~~~~~~^~~~~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:308:9: note: here | |
case 28: *op++ = *ip++; case 27: *op++ = *ip++; case 26: *op++ = *ip++; case 25: *op++ = *ip++; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:308:24: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case 28: *op++ = *ip++; case 27: *op++ = *ip++; case 26: *op++ = *ip++; case 25: *op++ = *ip++; | |
~~~~~~^~~~~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:308:33: note: here | |
case 28: *op++ = *ip++; case 27: *op++ = *ip++; case 26: *op++ = *ip++; case 25: *op++ = *ip++; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:308:48: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case 28: *op++ = *ip++; case 27: *op++ = *ip++; case 26: *op++ = *ip++; case 25: *op++ = *ip++; | |
~~~~~~^~~~~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:308:57: note: here | |
case 28: *op++ = *ip++; case 27: *op++ = *ip++; case 26: *op++ = *ip++; case 25: *op++ = *ip++; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:308:72: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case 28: *op++ = *ip++; case 27: *op++ = *ip++; case 26: *op++ = *ip++; case 25: *op++ = *ip++; | |
~~~~~~^~~~~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:308:81: note: here | |
case 28: *op++ = *ip++; case 27: *op++ = *ip++; case 26: *op++ = *ip++; case 25: *op++ = *ip++; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:308:96: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case 28: *op++ = *ip++; case 27: *op++ = *ip++; case 26: *op++ = *ip++; case 25: *op++ = *ip++; | |
~~~~~~^~~~~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:309:9: note: here | |
case 24: *op++ = *ip++; case 23: *op++ = *ip++; case 22: *op++ = *ip++; case 21: *op++ = *ip++; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:309:24: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case 24: *op++ = *ip++; case 23: *op++ = *ip++; case 22: *op++ = *ip++; case 21: *op++ = *ip++; | |
~~~~~~^~~~~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:309:33: note: here | |
case 24: *op++ = *ip++; case 23: *op++ = *ip++; case 22: *op++ = *ip++; case 21: *op++ = *ip++; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:309:48: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case 24: *op++ = *ip++; case 23: *op++ = *ip++; case 22: *op++ = *ip++; case 21: *op++ = *ip++; | |
~~~~~~^~~~~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:309:57: note: here | |
case 24: *op++ = *ip++; case 23: *op++ = *ip++; case 22: *op++ = *ip++; case 21: *op++ = *ip++; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:309:72: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case 24: *op++ = *ip++; case 23: *op++ = *ip++; case 22: *op++ = *ip++; case 21: *op++ = *ip++; | |
~~~~~~^~~~~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:309:81: note: here | |
case 24: *op++ = *ip++; case 23: *op++ = *ip++; case 22: *op++ = *ip++; case 21: *op++ = *ip++; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:309:96: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case 24: *op++ = *ip++; case 23: *op++ = *ip++; case 22: *op++ = *ip++; case 21: *op++ = *ip++; | |
~~~~~~^~~~~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:310:9: note: here | |
case 20: *op++ = *ip++; case 19: *op++ = *ip++; case 18: *op++ = *ip++; case 17: *op++ = *ip++; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:310:24: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case 20: *op++ = *ip++; case 19: *op++ = *ip++; case 18: *op++ = *ip++; case 17: *op++ = *ip++; | |
~~~~~~^~~~~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:310:33: note: here | |
case 20: *op++ = *ip++; case 19: *op++ = *ip++; case 18: *op++ = *ip++; case 17: *op++ = *ip++; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:310:48: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case 20: *op++ = *ip++; case 19: *op++ = *ip++; case 18: *op++ = *ip++; case 17: *op++ = *ip++; | |
~~~~~~^~~~~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:310:57: note: here | |
case 20: *op++ = *ip++; case 19: *op++ = *ip++; case 18: *op++ = *ip++; case 17: *op++ = *ip++; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:310:72: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case 20: *op++ = *ip++; case 19: *op++ = *ip++; case 18: *op++ = *ip++; case 17: *op++ = *ip++; | |
~~~~~~^~~~~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:310:81: note: here | |
case 20: *op++ = *ip++; case 19: *op++ = *ip++; case 18: *op++ = *ip++; case 17: *op++ = *ip++; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:310:96: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case 20: *op++ = *ip++; case 19: *op++ = *ip++; case 18: *op++ = *ip++; case 17: *op++ = *ip++; | |
~~~~~~^~~~~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:311:9: note: here | |
case 16: *op++ = *ip++; case 15: *op++ = *ip++; case 14: *op++ = *ip++; case 13: *op++ = *ip++; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:311:24: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case 16: *op++ = *ip++; case 15: *op++ = *ip++; case 14: *op++ = *ip++; case 13: *op++ = *ip++; | |
~~~~~~^~~~~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:311:33: note: here | |
case 16: *op++ = *ip++; case 15: *op++ = *ip++; case 14: *op++ = *ip++; case 13: *op++ = *ip++; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:311:48: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case 16: *op++ = *ip++; case 15: *op++ = *ip++; case 14: *op++ = *ip++; case 13: *op++ = *ip++; | |
~~~~~~^~~~~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:311:57: note: here | |
case 16: *op++ = *ip++; case 15: *op++ = *ip++; case 14: *op++ = *ip++; case 13: *op++ = *ip++; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:311:72: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case 16: *op++ = *ip++; case 15: *op++ = *ip++; case 14: *op++ = *ip++; case 13: *op++ = *ip++; | |
~~~~~~^~~~~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:311:81: note: here | |
case 16: *op++ = *ip++; case 15: *op++ = *ip++; case 14: *op++ = *ip++; case 13: *op++ = *ip++; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:311:96: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case 16: *op++ = *ip++; case 15: *op++ = *ip++; case 14: *op++ = *ip++; case 13: *op++ = *ip++; | |
~~~~~~^~~~~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:312:9: note: here | |
case 12: *op++ = *ip++; case 11: *op++ = *ip++; case 10: *op++ = *ip++; case 9: *op++ = *ip++; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:312:24: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case 12: *op++ = *ip++; case 11: *op++ = *ip++; case 10: *op++ = *ip++; case 9: *op++ = *ip++; | |
~~~~~~^~~~~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:312:33: note: here | |
case 12: *op++ = *ip++; case 11: *op++ = *ip++; case 10: *op++ = *ip++; case 9: *op++ = *ip++; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:312:48: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case 12: *op++ = *ip++; case 11: *op++ = *ip++; case 10: *op++ = *ip++; case 9: *op++ = *ip++; | |
~~~~~~^~~~~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:312:57: note: here | |
case 12: *op++ = *ip++; case 11: *op++ = *ip++; case 10: *op++ = *ip++; case 9: *op++ = *ip++; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:312:72: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case 12: *op++ = *ip++; case 11: *op++ = *ip++; case 10: *op++ = *ip++; case 9: *op++ = *ip++; | |
~~~~~~^~~~~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:312:81: note: here | |
case 12: *op++ = *ip++; case 11: *op++ = *ip++; case 10: *op++ = *ip++; case 9: *op++ = *ip++; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:312:96: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case 12: *op++ = *ip++; case 11: *op++ = *ip++; case 10: *op++ = *ip++; case 9: *op++ = *ip++; | |
~~~~~~^~~~~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:313:9: note: here | |
case 8: *op++ = *ip++; case 7: *op++ = *ip++; case 6: *op++ = *ip++; case 5: *op++ = *ip++; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:313:24: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case 8: *op++ = *ip++; case 7: *op++ = *ip++; case 6: *op++ = *ip++; case 5: *op++ = *ip++; | |
~~~~~~^~~~~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:313:33: note: here | |
case 8: *op++ = *ip++; case 7: *op++ = *ip++; case 6: *op++ = *ip++; case 5: *op++ = *ip++; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:313:48: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case 8: *op++ = *ip++; case 7: *op++ = *ip++; case 6: *op++ = *ip++; case 5: *op++ = *ip++; | |
~~~~~~^~~~~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:313:57: note: here | |
case 8: *op++ = *ip++; case 7: *op++ = *ip++; case 6: *op++ = *ip++; case 5: *op++ = *ip++; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:313:72: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case 8: *op++ = *ip++; case 7: *op++ = *ip++; case 6: *op++ = *ip++; case 5: *op++ = *ip++; | |
~~~~~~^~~~~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:313:81: note: here | |
case 8: *op++ = *ip++; case 7: *op++ = *ip++; case 6: *op++ = *ip++; case 5: *op++ = *ip++; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:313:96: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case 8: *op++ = *ip++; case 7: *op++ = *ip++; case 6: *op++ = *ip++; case 5: *op++ = *ip++; | |
~~~~~~^~~~~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:314:9: note: here | |
case 4: *op++ = *ip++; case 3: *op++ = *ip++; case 2: *op++ = *ip++; case 1: *op++ = *ip++; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:314:24: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case 4: *op++ = *ip++; case 3: *op++ = *ip++; case 2: *op++ = *ip++; case 1: *op++ = *ip++; | |
~~~~~~^~~~~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:314:33: note: here | |
case 4: *op++ = *ip++; case 3: *op++ = *ip++; case 2: *op++ = *ip++; case 1: *op++ = *ip++; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:314:48: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case 4: *op++ = *ip++; case 3: *op++ = *ip++; case 2: *op++ = *ip++; case 1: *op++ = *ip++; | |
~~~~~~^~~~~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:314:57: note: here | |
case 4: *op++ = *ip++; case 3: *op++ = *ip++; case 2: *op++ = *ip++; case 1: *op++ = *ip++; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:314:72: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case 4: *op++ = *ip++; case 3: *op++ = *ip++; case 2: *op++ = *ip++; case 1: *op++ = *ip++; | |
~~~~~~^~~~~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:314:81: note: here | |
case 4: *op++ = *ip++; case 3: *op++ = *ip++; case 2: *op++ = *ip++; case 1: *op++ = *ip++; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:376:23: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case 9: *op++ = *ref++; | |
~~~~~~^~~~~~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:377:9: note: here | |
case 8: *op++ = *ref++; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:377:23: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case 8: *op++ = *ref++; | |
~~~~~~^~~~~~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:378:9: note: here | |
case 7: *op++ = *ref++; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:378:23: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case 7: *op++ = *ref++; | |
~~~~~~^~~~~~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:379:9: note: here | |
case 6: *op++ = *ref++; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:379:23: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case 6: *op++ = *ref++; | |
~~~~~~^~~~~~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:380:9: note: here | |
case 5: *op++ = *ref++; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:380:23: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case 5: *op++ = *ref++; | |
~~~~~~^~~~~~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:381:9: note: here | |
case 4: *op++ = *ref++; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:381:23: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case 4: *op++ = *ref++; | |
~~~~~~^~~~~~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:382:9: note: here | |
case 3: *op++ = *ref++; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:382:23: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case 3: *op++ = *ref++; | |
~~~~~~^~~~~~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:383:9: note: here | |
case 2: *op++ = *ref++; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:383:23: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case 2: *op++ = *ref++; | |
~~~~~~^~~~~~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:384:9: note: here | |
case 1: *op++ = *ref++; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:384:23: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case 1: *op++ = *ref++; | |
~~~~~~^~~~~~~~ | |
/home/alex/workspace/pcl-trunk/io/src/lzf.cpp:385:9: note: here | |
case 0: *op++ = *ref++; // two octets more | |
^~~~ | |
In file included from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model.h:52:0, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model_circle3d.h:41, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/impl/sac_model_circle3d.hpp:43, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/src/sac_model_circle3d.cpp:38: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h: In function ‘void __static_initialization_and_destruction_0(int, int)’: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: warning: ‘pcl::SAC_SAMPLE_SIZE’ is deprecated: This map is deprecated and is kept only to prevent breaking existing user code. Starting from PCL 1.8.0 model sample size is a protected member of the SampleConsensusModel class [-Wdeprecated-declarations] | |
SAC_SAMPLE_SIZE (sample_size_pairs, sample_size_pairs + sizeof (sample_size_pairs) / sizeof (SampleSizeModel)); | |
^~~~~~~~~~~~~~~ | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: note: declared here | |
In file included from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model.h:52:0, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model_cylinder.h:44, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/impl/sac_model_cylinder.hpp:45, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/src/sac_model_cylinder.cpp:39: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h: In function ‘void __static_initialization_and_destruction_0(int, int)’: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: warning: ‘pcl::SAC_SAMPLE_SIZE’ is deprecated: This map is deprecated and is kept only to prevent breaking existing user code. Starting from PCL 1.8.0 model sample size is a protected member of the SampleConsensusModel class [-Wdeprecated-declarations] | |
SAC_SAMPLE_SIZE (sample_size_pairs, sample_size_pairs + sizeof (sample_size_pairs) / sizeof (SampleSizeModel)); | |
^~~~~~~~~~~~~~~ | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: note: declared here | |
In file included from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model.h:52:0, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model_cone.h:42, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/impl/sac_model_cone.hpp:43, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/src/sac_model_cone.cpp:39: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h: In function ‘void __static_initialization_and_destruction_0(int, int)’: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: warning: ‘pcl::SAC_SAMPLE_SIZE’ is deprecated: This map is deprecated and is kept only to prevent breaking existing user code. Starting from PCL 1.8.0 model sample size is a protected member of the SampleConsensusModel class [-Wdeprecated-declarations] | |
SAC_SAMPLE_SIZE (sample_size_pairs, sample_size_pairs + sizeof (sample_size_pairs) / sizeof (SampleSizeModel)); | |
^~~~~~~~~~~~~~~ | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: note: declared here | |
In file included from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model.h:52:0, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model_line.h:44, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/impl/sac_model_line.hpp:44, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/src/sac_model_line.cpp:39: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h: In function ‘void __static_initialization_and_destruction_0(int, int)’: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: warning: ‘pcl::SAC_SAMPLE_SIZE’ is deprecated: This map is deprecated and is kept only to prevent breaking existing user code. Starting from PCL 1.8.0 model sample size is a protected member of the SampleConsensusModel class [-Wdeprecated-declarations] | |
SAC_SAMPLE_SIZE (sample_size_pairs, sample_size_pairs + sizeof (sample_size_pairs) / sizeof (SampleSizeModel)); | |
^~~~~~~~~~~~~~~ | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: note: declared here | |
In file included from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model.h:52:0, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model_line.h:44, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model_parallel_line.h:44, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/impl/sac_model_parallel_line.hpp:45, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/src/sac_model_parallel_line.cpp:38: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h: In function ‘void __static_initialization_and_destruction_0(int, int)’: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: warning: ‘pcl::SAC_SAMPLE_SIZE’ is deprecated: This map is deprecated and is kept only to prevent breaking existing user code. Starting from PCL 1.8.0 model sample size is a protected member of the SampleConsensusModel class [-Wdeprecated-declarations] | |
SAC_SAMPLE_SIZE (sample_size_pairs, sample_size_pairs + sizeof (sample_size_pairs) / sizeof (SampleSizeModel)); | |
^~~~~~~~~~~~~~~ | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: note: declared here | |
In file included from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model.h:52:0, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model_stick.h:44, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/impl/sac_model_stick.hpp:44, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/src/sac_model_stick.cpp:40: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h: In function ‘void __static_initialization_and_destruction_0(int, int)’: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: warning: ‘pcl::SAC_SAMPLE_SIZE’ is deprecated: This map is deprecated and is kept only to prevent breaking existing user code. Starting from PCL 1.8.0 model sample size is a protected member of the SampleConsensusModel class [-Wdeprecated-declarations] | |
SAC_SAMPLE_SIZE (sample_size_pairs, sample_size_pairs + sizeof (sample_size_pairs) / sizeof (SampleSizeModel)); | |
^~~~~~~~~~~~~~~ | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: note: declared here | |
In file included from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model.h:52:0, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model_normal_plane.h:44, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model_normal_parallel_plane.h:44, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/impl/sac_model_normal_parallel_plane.hpp:44, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/src/sac_model_normal_parallel_plane.cpp:39: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h: In function ‘void __static_initialization_and_destruction_0(int, int)’: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: warning: ‘pcl::SAC_SAMPLE_SIZE’ is deprecated: This map is deprecated and is kept only to prevent breaking existing user code. Starting from PCL 1.8.0 model sample size is a protected member of the SampleConsensusModel class [-Wdeprecated-declarations] | |
SAC_SAMPLE_SIZE (sample_size_pairs, sample_size_pairs + sizeof (sample_size_pairs) / sizeof (SampleSizeModel)); | |
^~~~~~~~~~~~~~~ | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: note: declared here | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
In file included from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model.h:52:0, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model_normal_plane.h:44, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/impl/sac_model_normal_plane.hpp:44, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/src/sac_model_normal_plane.cpp:39: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h: In function ‘void __static_initialization_and_destruction_0(int, int)’: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: warning: ‘pcl::SAC_SAMPLE_SIZE’ is deprecated: This map is deprecated and is kept only to prevent breaking existing user code. Starting from PCL 1.8.0 model sample size is a protected member of the SampleConsensusModel class [-Wdeprecated-declarations] | |
SAC_SAMPLE_SIZE (sample_size_pairs, sample_size_pairs + sizeof (sample_size_pairs) / sizeof (SampleSizeModel)); | |
^~~~~~~~~~~~~~~ | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: note: declared here | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/home/alex/workspace/pcl-trunk/io/tools/converter.cpp: In function ‘void displayHelp(int, char**)’: | |
/home/alex/workspace/pcl-trunk/io/tools/converter.cpp:66:18: warning: unused parameter ‘argc’ [-Wunused-parameter] | |
displayHelp (int argc, | |
^~~~ | |
In file included from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model.h:52:0, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model_normal_sphere.h:44, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/impl/sac_model_normal_sphere.hpp:44, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/src/sac_model_normal_sphere.cpp:39: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h: In function ‘void __static_initialization_and_destruction_0(int, int)’: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: warning: ‘pcl::SAC_SAMPLE_SIZE’ is deprecated: This map is deprecated and is kept only to prevent breaking existing user code. Starting from PCL 1.8.0 model sample size is a protected member of the SampleConsensusModel class [-Wdeprecated-declarations] | |
SAC_SAMPLE_SIZE (sample_size_pairs, sample_size_pairs + sizeof (sample_size_pairs) / sizeof (SampleSizeModel)); | |
^~~~~~~~~~~~~~~ | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: note: declared here | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
In file included from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model.h:52:0, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model_plane.h:44, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/impl/sac_model_plane.hpp:44, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/src/sac_model_plane.cpp:39: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h: In function ‘void __static_initialization_and_destruction_0(int, int)’: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: warning: ‘pcl::SAC_SAMPLE_SIZE’ is deprecated: This map is deprecated and is kept only to prevent breaking existing user code. Starting from PCL 1.8.0 model sample size is a protected member of the SampleConsensusModel class [-Wdeprecated-declarations] | |
SAC_SAMPLE_SIZE (sample_size_pairs, sample_size_pairs + sizeof (sample_size_pairs) / sizeof (SampleSizeModel)); | |
^~~~~~~~~~~~~~~ | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: note: declared here | |
In file included from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model.h:52:0, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model_registration.h:45, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/impl/sac_model_registration.hpp:44, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/src/sac_model_registration.cpp:39: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h: In function ‘void __static_initialization_and_destruction_0(int, int)’: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: warning: ‘pcl::SAC_SAMPLE_SIZE’ is deprecated: This map is deprecated and is kept only to prevent breaking existing user code. Starting from PCL 1.8.0 model sample size is a protected member of the SampleConsensusModel class [-Wdeprecated-declarations] | |
SAC_SAMPLE_SIZE (sample_size_pairs, sample_size_pairs + sizeof (sample_size_pairs) / sizeof (SampleSizeModel)); | |
^~~~~~~~~~~~~~~ | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: note: declared here | |
In file included from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model.h:52:0, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model_sphere.h:44, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/impl/sac_model_sphere.hpp:45, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/src/sac_model_sphere.cpp:39: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h: In function ‘void __static_initialization_and_destruction_0(int, int)’: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: warning: ‘pcl::SAC_SAMPLE_SIZE’ is deprecated: This map is deprecated and is kept only to prevent breaking existing user code. Starting from PCL 1.8.0 model sample size is a protected member of the SampleConsensusModel class [-Wdeprecated-declarations] | |
SAC_SAMPLE_SIZE (sample_size_pairs, sample_size_pairs + sizeof (sample_size_pairs) / sizeof (SampleSizeModel)); | |
^~~~~~~~~~~~~~~ | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: note: declared here | |
In file included from /home/alex/workspace/pcl-trunk/sample_consensus/src/sac_model_registration.cpp:39:0: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/impl/sac_model_registration.hpp: In member function ‘bool pcl::SampleConsensusModelRegistration<PointT>::isSampleGood(const std::vector<int>&) const [with PointT = pcl::PointDEM]’: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/impl/sac_model_registration.hpp:60:42: warning: ‘p10.pcl::PointDEM::<anonymous>.pcl::_PointDEM::<anonymous>.pcl::_PointDEM::<unnamed union>::<anonymous>.pcl::_PointDEM::<unnamed union>::<unnamed struct>::z’ is used uninitialized in this function [-Wuninitialized] | |
return ((p10.x * p10.x + p10.y * p10.y + p10.z * p10.z) > sample_dist_thresh_ && | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/impl/sac_model_registration.hpp:61:42: warning: ‘p20.pcl::PointDEM::<anonymous>.pcl::_PointDEM::<anonymous>.pcl::_PointDEM::<unnamed union>::<anonymous>.pcl::_PointDEM::<unnamed union>::<unnamed struct>::z’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
(p20.x * p20.x + p20.y * p20.y + p20.z * p20.z) > sample_dist_thresh_ && | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/impl/sac_model_registration.hpp:62:42: warning: ‘p21.pcl::PointDEM::<anonymous>.pcl::_PointDEM::<anonymous>.pcl::_PointDEM::<unnamed union>::<anonymous>.pcl::_PointDEM::<unnamed union>::<unnamed struct>::z’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
(p21.x * p21.x + p21.y * p21.y + p21.z * p21.z) > sample_dist_thresh_); | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ | |
/home/alex/workspace/pcl-trunk/visualization/src/pcl_visualizer.cpp: In member function ‘void pcl::visualization::PCLVisualizer::setUseVbos(bool)’: | |
/home/alex/workspace/pcl-trunk/visualization/src/pcl_visualizer.cpp:4534:53: warning: unused parameter ‘use_vbos’ [-Wunused-parameter] | |
pcl::visualization::PCLVisualizer::setUseVbos (bool use_vbos) | |
^~~~~~~~ | |
/home/alex/workspace/pcl-trunk/visualization/src/pcl_visualizer.cpp: In member function ‘bool pcl::visualization::PCLVisualizer::setShapeRenderingProperties(int, double, const string&, int)’: | |
/home/alex/workspace/pcl-trunk/visualization/src/pcl_visualizer.cpp:1874:47: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
style_->updateLookUpTableDisplay (false); | |
^ | |
/home/alex/workspace/pcl-trunk/visualization/src/pcl_visualizer.cpp:1876:5: note: here | |
case PCL_VISUALIZER_LUT_RANGE: | |
^~~~ | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
In file included from /home/alex/workspace/pcl-trunk/visualization/src/cloud_viewer.cpp:38:0: | |
/home/alex/workspace/pcl-trunk/visualization/include/pcl/visualization/cloud_viewer.h:202:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] | |
std::auto_ptr<CloudViewer_impl> impl_; | |
^~~~~~~~ | |
In file included from /usr/include/c++/7/memory:80:0, | |
from /usr/include/boost/config/no_tr1/memory.hpp:21, | |
from /usr/include/boost/smart_ptr/shared_ptr.hpp:23, | |
from /usr/include/boost/shared_ptr.hpp:17, | |
from /home/alex/workspace/pcl-trunk/common/include/pcl/correspondence.h:45, | |
from /home/alex/workspace/pcl-trunk/visualization/include/pcl/visualization/pcl_visualizer.h:42, | |
from /home/alex/workspace/pcl-trunk/visualization/include/pcl/visualization/cloud_viewer.h:39, | |
from /home/alex/workspace/pcl-trunk/visualization/src/cloud_viewer.cpp:38: | |
/usr/include/c++/7/bits/unique_ptr.h:51:28: note: declared here | |
template<typename> class auto_ptr; | |
^~~~~~~~ | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
In file included from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model.h:52:0, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model_plane.h:44, | |
from /home/alex/workspace/pcl-trunk/tools/plane_projection.cpp:46: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h: In function ‘void __static_initialization_and_destruction_0(int, int)’: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: warning: ‘pcl::SAC_SAMPLE_SIZE’ is deprecated: This map is deprecated and is kept only to prevent breaking existing user code. Starting from PCL 1.8.0 model sample size is a protected member of the SampleConsensusModel class [-Wdeprecated-declarations] | |
SAC_SAMPLE_SIZE (sample_size_pairs, sample_size_pairs + sizeof (sample_size_pairs) / sizeof (SampleSizeModel)); | |
^~~~~~~~~~~~~~~ | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: note: declared here | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
In file included from /home/alex/workspace/pcl-trunk/visualization/tools/image_viewer.cpp:47:0: | |
/home/alex/workspace/pcl-trunk/visualization/include/pcl/visualization/cloud_viewer.h:202:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] | |
std::auto_ptr<CloudViewer_impl> impl_; | |
^~~~~~~~ | |
In file included from /usr/include/c++/7/memory:80:0, | |
from /usr/include/boost/config/no_tr1/memory.hpp:21, | |
from /usr/include/boost/smart_ptr/shared_ptr.hpp:23, | |
from /usr/include/boost/shared_ptr.hpp:17, | |
from /usr/include/boost/date_time/time_clock.hpp:17, | |
from /usr/include/boost/thread/thread_time.hpp:9, | |
from /usr/include/boost/thread/lock_types.hpp:18, | |
from /usr/include/boost/thread/pthread/thread_data.hpp:12, | |
from /usr/include/boost/thread/thread_only.hpp:17, | |
from /usr/include/boost/thread/thread.hpp:12, | |
from /home/alex/workspace/pcl-trunk/visualization/tools/image_viewer.cpp:40: | |
/usr/include/c++/7/bits/unique_ptr.h:51:28: note: declared here | |
template<typename> class auto_ptr; | |
^~~~~~~~ | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
In file included from /home/alex/workspace/pcl-trunk/visualization/tools/vlp_viewer.cpp:46:0: | |
/home/alex/workspace/pcl-trunk/visualization/include/pcl/visualization/cloud_viewer.h:202:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] | |
std::auto_ptr<CloudViewer_impl> impl_; | |
^~~~~~~~ | |
In file included from /usr/include/c++/7/memory:80:0, | |
from /usr/include/boost/config/no_tr1/memory.hpp:21, | |
from /usr/include/boost/smart_ptr/shared_ptr.hpp:23, | |
from /usr/include/boost/shared_ptr.hpp:17, | |
from /home/alex/workspace/pcl-trunk/common/include/pcl/PCLHeader.h:10, | |
from /home/alex/workspace/pcl-trunk/common/include/pcl/point_cloud.h:48, | |
from /home/alex/workspace/pcl-trunk/visualization/tools/vlp_viewer.cpp:39: | |
/usr/include/c++/7/bits/unique_ptr.h:51:28: note: declared here | |
template<typename> class auto_ptr; | |
^~~~~~~~ | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/home/alex/workspace/pcl-trunk/outofcore/src/cJSON.cpp: In function ‘int cJSON_strcasecmp(const char*, const char*)’: | |
/home/alex/workspace/pcl-trunk/outofcore/src/cJSON.cpp:41:2: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] | |
if (!s1) return (s1==s2)?0:1;if (!s2) return 1; | |
^~ | |
/home/alex/workspace/pcl-trunk/outofcore/src/cJSON.cpp:41:31: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ | |
if (!s1) return (s1==s2)?0:1;if (!s2) return 1; | |
^~ | |
/home/alex/workspace/pcl-trunk/outofcore/src/cJSON.cpp: In function ‘char* print_object(cJSON*, int, int)’: | |
/home/alex/workspace/pcl-trunk/outofcore/src/cJSON.cpp:469:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] | |
if (fmt) *ptr++='\n';*ptr=0; | |
^~ | |
/home/alex/workspace/pcl-trunk/outofcore/src/cJSON.cpp:469:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ | |
if (fmt) *ptr++='\n';*ptr=0; | |
^ | |
/home/alex/workspace/pcl-trunk/outofcore/src/cJSON.cpp: In function ‘cJSON* cJSON_DetachItemFromArray(cJSON*, int)’: | |
/home/alex/workspace/pcl-trunk/outofcore/src/cJSON.cpp:496:2: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] | |
if (c->prev) c->prev->next=c->next;if (c->next) c->next->prev=c->prev;if (c==array->child) array->child=c->next;c->prev=c->next=0;return c;} | |
^~ | |
/home/alex/workspace/pcl-trunk/outofcore/src/cJSON.cpp:496:37: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ | |
if (c->prev) c->prev->next=c->next;if (c->next) c->next->prev=c->prev;if (c==array->child) array->child=c->next;c->prev=c->next=0;return c;} | |
^~ | |
/home/alex/workspace/pcl-trunk/outofcore/src/cJSON.cpp: In function ‘const char* parse_string(cJSON*, const char*)’: | |
/home/alex/workspace/pcl-trunk/outofcore/src/cJSON.cpp:176:18: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
uc >>= 6; | |
~~~^~~~~ | |
/home/alex/workspace/pcl-trunk/outofcore/src/cJSON.cpp:177:7: note: here | |
case 2: *--ptr2 = static_cast<char>(( (uc) | 0x80) & 0xBF ); | |
^~~~ | |
/home/alex/workspace/pcl-trunk/outofcore/src/cJSON.cpp:178:18: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
uc >>= 6; | |
~~~^~~~~ | |
/home/alex/workspace/pcl-trunk/outofcore/src/cJSON.cpp:179:7: note: here | |
case 1: *--ptr2 = static_cast<char>( (uc) | firstByteMark[len] ); | |
^~~~ | |
In file included from /home/alex/workspace/pcl-trunk/visualization/tools/hdl_viewer_simple.cpp:42:0: | |
/home/alex/workspace/pcl-trunk/visualization/include/pcl/visualization/cloud_viewer.h:202:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] | |
std::auto_ptr<CloudViewer_impl> impl_; | |
^~~~~~~~ | |
In file included from /usr/include/c++/7/memory:80:0, | |
from /usr/include/boost/config/no_tr1/memory.hpp:21, | |
from /usr/include/boost/smart_ptr/shared_ptr.hpp:23, | |
from /usr/include/boost/shared_ptr.hpp:17, | |
from /home/alex/workspace/pcl-trunk/common/include/pcl/PCLHeader.h:10, | |
from /home/alex/workspace/pcl-trunk/common/include/pcl/point_cloud.h:48, | |
from /home/alex/workspace/pcl-trunk/visualization/tools/hdl_viewer_simple.cpp:37: | |
/usr/include/c++/7/bits/unique_ptr.h:51:28: note: declared here | |
template<typename> class auto_ptr; | |
^~~~~~~~ | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
In file included from /home/alex/workspace/pcl-trunk/filters/include/pcl/filters/project_inliers.h:45:0, | |
from /home/alex/workspace/pcl-trunk/filters/include/pcl/filters/impl/project_inliers.hpp:41, | |
from /home/alex/workspace/pcl-trunk/filters/src/project_inliers.cpp:41: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h: In function ‘void __static_initialization_and_destruction_0(int, int)’: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: warning: ‘pcl::SAC_SAMPLE_SIZE’ is deprecated: This map is deprecated and is kept only to prevent breaking existing user code. Starting from PCL 1.8.0 model sample size is a protected member of the SampleConsensusModel class [-Wdeprecated-declarations] | |
SAC_SAMPLE_SIZE (sample_size_pairs, sample_size_pairs + sizeof (sample_size_pairs) / sizeof (SampleSizeModel)); | |
^~~~~~~~~~~~~~~ | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: note: declared here | |
In file included from /home/alex/workspace/pcl-trunk/filters/include/pcl/filters/project_inliers.h:45:0, | |
from /home/alex/workspace/pcl-trunk/filters/include/pcl/filters/impl/local_maximum.hpp:47, | |
from /home/alex/workspace/pcl-trunk/filters/src/local_maximum.cpp:42: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h: In function ‘void __static_initialization_and_destruction_0(int, int)’: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: warning: ‘pcl::SAC_SAMPLE_SIZE’ is deprecated: This map is deprecated and is kept only to prevent breaking existing user code. Starting from PCL 1.8.0 model sample size is a protected member of the SampleConsensusModel class [-Wdeprecated-declarations] | |
SAC_SAMPLE_SIZE (sample_size_pairs, sample_size_pairs + sizeof (sample_size_pairs) / sizeof (SampleSizeModel)); | |
^~~~~~~~~~~~~~~ | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: note: declared here | |
In file included from /home/alex/workspace/pcl-trunk/filters/include/pcl/filters/model_outlier_removal.h:45:0, | |
from /home/alex/workspace/pcl-trunk/filters/include/pcl/filters/impl/model_outlier_removal.hpp:41, | |
from /home/alex/workspace/pcl-trunk/filters/src/model_outlier_removal.cpp:38: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h: In function ‘void __static_initialization_and_destruction_0(int, int)’: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: warning: ‘pcl::SAC_SAMPLE_SIZE’ is deprecated: This map is deprecated and is kept only to prevent breaking existing user code. Starting from PCL 1.8.0 model sample size is a protected member of the SampleConsensusModel class [-Wdeprecated-declarations] | |
SAC_SAMPLE_SIZE (sample_size_pairs, sample_size_pairs + sizeof (sample_size_pairs) / sizeof (SampleSizeModel)); | |
^~~~~~~~~~~~~~~ | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: note: declared here | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/home/alex/workspace/pcl-trunk/outofcore/tools/outofcore_viewer.cpp: In function ‘int outofcoreViewer(boost::filesystem::path, int, bool, unsigned int)’: | |
/home/alex/workspace/pcl-trunk/outofcore/tools/outofcore_viewer.cpp:271:96: warning: ‘new’ of type ‘Camera’ with extended alignment 32 [-Waligned-new=] | |
Camera *persp_camera = new Camera ("persp", persp_viewport.getRenderer ()->GetActiveCamera ()); | |
^ | |
/home/alex/workspace/pcl-trunk/outofcore/tools/outofcore_viewer.cpp:271:96: note: uses ‘void* operator new(std::size_t)’, which does not have an alignment parameter | |
/home/alex/workspace/pcl-trunk/outofcore/tools/outofcore_viewer.cpp:271:96: note: use ‘-faligned-new’ to enable C++17 over-aligned new support | |
/home/alex/workspace/pcl-trunk/outofcore/tools/outofcore_viewer.cpp:272:99: warning: ‘new’ of type ‘Camera’ with extended alignment 32 [-Waligned-new=] | |
Camera *octree_camera = new Camera ("octree", octree_viewport.getRenderer ()->GetActiveCamera ()); | |
^ | |
/home/alex/workspace/pcl-trunk/outofcore/tools/outofcore_viewer.cpp:272:99: note: uses ‘void* operator new(std::size_t)’, which does not have an alignment parameter | |
/home/alex/workspace/pcl-trunk/outofcore/tools/outofcore_viewer.cpp:272:99: note: use ‘-faligned-new’ to enable C++17 over-aligned new support | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
In file included from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model.h:52:0, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac.h:45, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/ransac.h:44, | |
from /home/alex/workspace/pcl-trunk/registration/include/pcl/registration/icp.h:45, | |
from /home/alex/workspace/pcl-trunk/registration/src/registration.cpp:42: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h: In function ‘void __static_initialization_and_destruction_0(int, int)’: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: warning: ‘pcl::SAC_SAMPLE_SIZE’ is deprecated: This map is deprecated and is kept only to prevent breaking existing user code. Starting from PCL 1.8.0 model sample size is a protected member of the SampleConsensusModel class [-Wdeprecated-declarations] | |
SAC_SAMPLE_SIZE (sample_size_pairs, sample_size_pairs + sizeof (sample_size_pairs) / sizeof (SampleSizeModel)); | |
^~~~~~~~~~~~~~~ | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: note: declared here | |
In file included from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model.h:52:0, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model_plane.h:44, | |
from /home/alex/workspace/pcl-trunk/segmentation/include/pcl/segmentation/extract_polygonal_prism_data.h:42, | |
from /home/alex/workspace/pcl-trunk/segmentation/src/extract_polygonal_prism_data.cpp:42: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h: In function ‘void __static_initialization_and_destruction_0(int, int)’: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: warning: ‘pcl::SAC_SAMPLE_SIZE’ is deprecated: This map is deprecated and is kept only to prevent breaking existing user code. Starting from PCL 1.8.0 model sample size is a protected member of the SampleConsensusModel class [-Wdeprecated-declarations] | |
SAC_SAMPLE_SIZE (sample_size_pairs, sample_size_pairs + sizeof (sample_size_pairs) / sizeof (SampleSizeModel)); | |
^~~~~~~~~~~~~~~ | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: note: declared here | |
In file included from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model.h:52:0, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac.h:45, | |
from /home/alex/workspace/pcl-trunk/segmentation/include/pcl/segmentation/sac_segmentation.h:49, | |
from /home/alex/workspace/pcl-trunk/segmentation/src/sac_segmentation.cpp:42: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h: In function ‘void __static_initialization_and_destruction_0(int, int)’: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: warning: ‘pcl::SAC_SAMPLE_SIZE’ is deprecated: This map is deprecated and is kept only to prevent breaking existing user code. Starting from PCL 1.8.0 model sample size is a protected member of the SampleConsensusModel class [-Wdeprecated-declarations] | |
SAC_SAMPLE_SIZE (sample_size_pairs, sample_size_pairs + sizeof (sample_size_pairs) / sizeof (SampleSizeModel)); | |
^~~~~~~~~~~~~~~ | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: note: declared here | |
In file included from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model.h:52:0, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac.h:45, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/ransac.h:44, | |
from /home/alex/workspace/pcl-trunk/registration/include/pcl/registration/correspondence_rejection_sample_consensus.h:45, | |
from /home/alex/workspace/pcl-trunk/registration/src/correspondence_rejection_sample_consensus.cpp:40: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h: In function ‘void __static_initialization_and_destruction_0(int, int)’: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: warning: ‘pcl::SAC_SAMPLE_SIZE’ is deprecated: This map is deprecated and is kept only to prevent breaking existing user code. Starting from PCL 1.8.0 model sample size is a protected member of the SampleConsensusModel class [-Wdeprecated-declarations] | |
SAC_SAMPLE_SIZE (sample_size_pairs, sample_size_pairs + sizeof (sample_size_pairs) / sizeof (SampleSizeModel)); | |
^~~~~~~~~~~~~~~ | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: note: declared here | |
In file included from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model.h:52:0, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac.h:45, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/ransac.h:44, | |
from /home/alex/workspace/pcl-trunk/registration/include/pcl/registration/correspondence_rejection_sample_consensus.h:45, | |
from /home/alex/workspace/pcl-trunk/registration/include/pcl/registration/correspondence_rejection_sample_consensus_2d.h:42, | |
from /home/alex/workspace/pcl-trunk/registration/src/correspondence_rejection_sample_consensus_2d.cpp:38: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h: In function ‘void __static_initialization_and_destruction_0(int, int)’: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: warning: ‘pcl::SAC_SAMPLE_SIZE’ is deprecated: This map is deprecated and is kept only to prevent breaking existing user code. Starting from PCL 1.8.0 model sample size is a protected member of the SampleConsensusModel class [-Wdeprecated-declarations] | |
SAC_SAMPLE_SIZE (sample_size_pairs, sample_size_pairs + sizeof (sample_size_pairs) / sizeof (SampleSizeModel)); | |
^~~~~~~~~~~~~~~ | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: note: declared here | |
In file included from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model.h:52:0, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac.h:45, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/ransac.h:44, | |
from /home/alex/workspace/pcl-trunk/registration/include/pcl/registration/icp.h:45, | |
from /home/alex/workspace/pcl-trunk/registration/src/icp.cpp:40: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h: In function ‘void __static_initialization_and_destruction_0(int, int)’: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: warning: ‘pcl::SAC_SAMPLE_SIZE’ is deprecated: This map is deprecated and is kept only to prevent breaking existing user code. Starting from PCL 1.8.0 model sample size is a protected member of the SampleConsensusModel class [-Wdeprecated-declarations] | |
SAC_SAMPLE_SIZE (sample_size_pairs, sample_size_pairs + sizeof (sample_size_pairs) / sizeof (SampleSizeModel)); | |
^~~~~~~~~~~~~~~ | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: note: declared here | |
In file included from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model.h:52:0, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac.h:45, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/ransac.h:44, | |
from /home/alex/workspace/pcl-trunk/registration/include/pcl/registration/icp.h:45, | |
from /home/alex/workspace/pcl-trunk/registration/include/pcl/registration/joint_icp.h:43, | |
from /home/alex/workspace/pcl-trunk/registration/src/joint_icp.cpp:39: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h: In function ‘void __static_initialization_and_destruction_0(int, int)’: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: warning: ‘pcl::SAC_SAMPLE_SIZE’ is deprecated: This map is deprecated and is kept only to prevent breaking existing user code. Starting from PCL 1.8.0 model sample size is a protected member of the SampleConsensusModel class [-Wdeprecated-declarations] | |
SAC_SAMPLE_SIZE (sample_size_pairs, sample_size_pairs + sizeof (sample_size_pairs) / sizeof (SampleSizeModel)); | |
^~~~~~~~~~~~~~~ | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: note: declared here | |
In file included from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model.h:52:0, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac.h:45, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/ransac.h:44, | |
from /home/alex/workspace/pcl-trunk/registration/include/pcl/registration/icp.h:45, | |
from /home/alex/workspace/pcl-trunk/registration/include/pcl/registration/gicp.h:44, | |
from /home/alex/workspace/pcl-trunk/registration/src/gicp.cpp:40: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h: In function ‘void __static_initialization_and_destruction_0(int, int)’: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: warning: ‘pcl::SAC_SAMPLE_SIZE’ is deprecated: This map is deprecated and is kept only to prevent breaking existing user code. Starting from PCL 1.8.0 model sample size is a protected member of the SampleConsensusModel class [-Wdeprecated-declarations] | |
SAC_SAMPLE_SIZE (sample_size_pairs, sample_size_pairs + sizeof (sample_size_pairs) / sizeof (SampleSizeModel)); | |
^~~~~~~~~~~~~~~ | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: note: declared here | |
In file included from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model.h:52:0, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac.h:45, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/ransac.h:44, | |
from /home/alex/workspace/pcl-trunk/registration/include/pcl/registration/icp.h:45, | |
from /home/alex/workspace/pcl-trunk/registration/include/pcl/registration/gicp.h:44, | |
from /home/alex/workspace/pcl-trunk/registration/include/pcl/registration/gicp6d.h:46, | |
from /home/alex/workspace/pcl-trunk/registration/src/gicp6d.cpp:39: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h: In function ‘void __static_initialization_and_destruction_0(int, int)’: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: warning: ‘pcl::SAC_SAMPLE_SIZE’ is deprecated: This map is deprecated and is kept only to prevent breaking existing user code. Starting from PCL 1.8.0 model sample size is a protected member of the SampleConsensusModel class [-Wdeprecated-declarations] | |
SAC_SAMPLE_SIZE (sample_size_pairs, sample_size_pairs + sizeof (sample_size_pairs) / sizeof (SampleSizeModel)); | |
^~~~~~~~~~~~~~~ | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: note: declared here | |
In file included from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model.h:52:0, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac.h:45, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/ransac.h:44, | |
from /home/alex/workspace/pcl-trunk/registration/include/pcl/registration/icp.h:45, | |
from /home/alex/workspace/pcl-trunk/registration/include/pcl/registration/icp_nl.h:45, | |
from /home/alex/workspace/pcl-trunk/registration/src/icp_nl.cpp:40: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h: In function ‘void __static_initialization_and_destruction_0(int, int)’: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: warning: ‘pcl::SAC_SAMPLE_SIZE’ is deprecated: This map is deprecated and is kept only to prevent breaking existing user code. Starting from PCL 1.8.0 model sample size is a protected member of the SampleConsensusModel class [-Wdeprecated-declarations] | |
SAC_SAMPLE_SIZE (sample_size_pairs, sample_size_pairs + sizeof (sample_size_pairs) / sizeof (SampleSizeModel)); | |
^~~~~~~~~~~~~~~ | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: note: declared here | |
In file included from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model.h:52:0, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac.h:45, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/ransac.h:44, | |
from /home/alex/workspace/pcl-trunk/registration/include/pcl/registration/icp.h:45, | |
from /home/alex/workspace/pcl-trunk/registration/include/pcl/registration/elch.h:50, | |
from /home/alex/workspace/pcl-trunk/registration/src/elch.cpp:40: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h: In function ‘void __static_initialization_and_destruction_0(int, int)’: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: warning: ‘pcl::SAC_SAMPLE_SIZE’ is deprecated: This map is deprecated and is kept only to prevent breaking existing user code. Starting from PCL 1.8.0 model sample size is a protected member of the SampleConsensusModel class [-Wdeprecated-declarations] | |
SAC_SAMPLE_SIZE (sample_size_pairs, sample_size_pairs + sizeof (sample_size_pairs) / sizeof (SampleSizeModel)); | |
^~~~~~~~~~~~~~~ | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: note: declared here | |
In file included from /home/alex/workspace/pcl-trunk/segmentation/include/pcl/segmentation/impl/supervoxel_clustering.hpp:43:0, | |
from /home/alex/workspace/pcl-trunk/segmentation/src/supervoxel_clustering.cpp:49: | |
/home/alex/workspace/pcl-trunk/segmentation/include/pcl/segmentation/supervoxel_clustering.h: In member function ‘pcl::octree::OctreePointCloudAdjacencyContainer<PointInT, DataT>* pcl::octree::OctreePointCloudAdjacencyContainer<PointInT, DataT>::deepCopy() const [with PointInT = pcl::PointXYZRGB; DataT = pcl::SupervoxelClustering<pcl::PointXYZRGB>::VoxelData]’: | |
/home/alex/workspace/pcl-trunk/segmentation/include/pcl/segmentation/supervoxel_clustering.h:132:13: warning: ‘<anonymous>.pcl::SupervoxelClustering<pcl::PointXYZRGB>::VoxelData::distance_’ is used uninitialized in this function [-Wuninitialized] | |
class VoxelData | |
^~~~~~~~~ | |
/home/alex/workspace/pcl-trunk/segmentation/include/pcl/segmentation/supervoxel_clustering.h:132:13: warning: ‘<anonymous>.pcl::SupervoxelClustering<pcl::PointXYZRGB>::VoxelData::idx_’ is used uninitialized in this function [-Wuninitialized] | |
/home/alex/workspace/pcl-trunk/segmentation/include/pcl/segmentation/supervoxel_clustering.h: In member function ‘pcl::octree::OctreePointCloudAdjacencyContainer<PointInT, DataT>* pcl::octree::OctreePointCloudAdjacencyContainer<PointInT, DataT>::deepCopy() const [with PointInT = pcl::PointXYZRGBA; DataT = pcl::SupervoxelClustering<pcl::PointXYZRGBA>::VoxelData]’: | |
/home/alex/workspace/pcl-trunk/segmentation/include/pcl/segmentation/supervoxel_clustering.h:132:13: warning: ‘<anonymous>.pcl::SupervoxelClustering<pcl::PointXYZRGBA>::VoxelData::distance_’ is used uninitialized in this function [-Wuninitialized] | |
class VoxelData | |
^~~~~~~~~ | |
/home/alex/workspace/pcl-trunk/segmentation/include/pcl/segmentation/supervoxel_clustering.h:132:13: warning: ‘<anonymous>.pcl::SupervoxelClustering<pcl::PointXYZRGBA>::VoxelData::idx_’ is used uninitialized in this function [-Wuninitialized] | |
/home/alex/workspace/pcl-trunk/segmentation/include/pcl/segmentation/supervoxel_clustering.h: In member function ‘pcl::octree::OctreePointCloudAdjacencyContainer<PointInT, DataT>* pcl::octree::OctreePointCloudAdjacencyContainer<PointInT, DataT>::deepCopy() const [with PointInT = pcl::PointXYZ; DataT = pcl::SupervoxelClustering<pcl::PointXYZ>::VoxelData]’: | |
/home/alex/workspace/pcl-trunk/segmentation/include/pcl/segmentation/supervoxel_clustering.h:132:13: warning: ‘<anonymous>.pcl::SupervoxelClustering<pcl::PointXYZ>::VoxelData::distance_’ is used uninitialized in this function [-Wuninitialized] | |
class VoxelData | |
^~~~~~~~~ | |
/home/alex/workspace/pcl-trunk/segmentation/include/pcl/segmentation/supervoxel_clustering.h:132:13: warning: ‘<anonymous>.pcl::SupervoxelClustering<pcl::PointXYZ>::VoxelData::idx_’ is used uninitialized in this function [-Wuninitialized] | |
/home/alex/workspace/pcl-trunk/segmentation/include/pcl/segmentation/supervoxel_clustering.h: In member function ‘pcl::octree::OctreeLeafNode<ContainerT>* pcl::octree::OctreeLeafNode<ContainerT>::deepCopy() const [with ContainerT = pcl::octree::OctreePointCloudAdjacencyContainer<pcl::PointXYZRGBA, pcl::SupervoxelClustering<pcl::PointXYZRGBA>::VoxelData>]’: | |
/home/alex/workspace/pcl-trunk/segmentation/include/pcl/segmentation/supervoxel_clustering.h:132:13: warning: ‘<anonymous>.pcl::SupervoxelClustering<pcl::PointXYZRGBA>::VoxelData::distance_’ is used uninitialized in this function [-Wuninitialized] | |
class VoxelData | |
^~~~~~~~~ | |
/home/alex/workspace/pcl-trunk/segmentation/include/pcl/segmentation/supervoxel_clustering.h:132:13: warning: ‘<anonymous>.pcl::SupervoxelClustering<pcl::PointXYZRGBA>::VoxelData::idx_’ is used uninitialized in this function [-Wuninitialized] | |
/home/alex/workspace/pcl-trunk/segmentation/include/pcl/segmentation/supervoxel_clustering.h: In member function ‘pcl::octree::OctreeLeafNode<ContainerT>* pcl::octree::OctreeLeafNode<ContainerT>::deepCopy() const [with ContainerT = pcl::octree::OctreePointCloudAdjacencyContainer<pcl::PointXYZRGB, pcl::SupervoxelClustering<pcl::PointXYZRGB>::VoxelData>]’: | |
/home/alex/workspace/pcl-trunk/segmentation/include/pcl/segmentation/supervoxel_clustering.h:132:13: warning: ‘<anonymous>.pcl::SupervoxelClustering<pcl::PointXYZRGB>::VoxelData::distance_’ is used uninitialized in this function [-Wuninitialized] | |
class VoxelData | |
^~~~~~~~~ | |
/home/alex/workspace/pcl-trunk/segmentation/include/pcl/segmentation/supervoxel_clustering.h:132:13: warning: ‘<anonymous>.pcl::SupervoxelClustering<pcl::PointXYZRGB>::VoxelData::idx_’ is used uninitialized in this function [-Wuninitialized] | |
/home/alex/workspace/pcl-trunk/segmentation/include/pcl/segmentation/supervoxel_clustering.h: In member function ‘pcl::octree::OctreeLeafNode<ContainerT>* pcl::octree::OctreeLeafNode<ContainerT>::deepCopy() const [with ContainerT = pcl::octree::OctreePointCloudAdjacencyContainer<pcl::PointXYZ, pcl::SupervoxelClustering<pcl::PointXYZ>::VoxelData>]’: | |
/home/alex/workspace/pcl-trunk/segmentation/include/pcl/segmentation/supervoxel_clustering.h:132:13: warning: ‘<anonymous>.pcl::SupervoxelClustering<pcl::PointXYZ>::VoxelData::distance_’ is used uninitialized in this function [-Wuninitialized] | |
class VoxelData | |
^~~~~~~~~ | |
/home/alex/workspace/pcl-trunk/segmentation/include/pcl/segmentation/supervoxel_clustering.h:132:13: warning: ‘<anonymous>.pcl::SupervoxelClustering<pcl::PointXYZ>::VoxelData::idx_’ is used uninitialized in this function [-Wuninitialized] | |
/home/alex/workspace/pcl-trunk/segmentation/include/pcl/segmentation/supervoxel_clustering.h: In constructor ‘pcl::octree::OctreePointCloudAdjacencyContainer<PointInT, DataT>::OctreePointCloudAdjacencyContainer() [with PointInT = pcl::PointXYZ; DataT = pcl::SupervoxelClustering<pcl::PointXYZ>::VoxelData]’: | |
/home/alex/workspace/pcl-trunk/segmentation/include/pcl/segmentation/supervoxel_clustering.h:132:13: warning: ‘<anonymous>.pcl::SupervoxelClustering<pcl::PointXYZ>::VoxelData::distance_’ is used uninitialized in this function [-Wuninitialized] | |
class VoxelData | |
^~~~~~~~~ | |
/home/alex/workspace/pcl-trunk/segmentation/include/pcl/segmentation/supervoxel_clustering.h:132:13: warning: ‘<anonymous>.pcl::SupervoxelClustering<pcl::PointXYZ>::VoxelData::idx_’ is used uninitialized in this function [-Wuninitialized] | |
In file included from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model.h:52:0, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac.h:45, | |
from /home/alex/workspace/pcl-trunk/segmentation/include/pcl/segmentation/cpc_segmentation.h:49, | |
from /home/alex/workspace/pcl-trunk/segmentation/src/cpc_segmentation.cpp:40: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h: In function ‘void __static_initialization_and_destruction_0(int, int)’: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: warning: ‘pcl::SAC_SAMPLE_SIZE’ is deprecated: This map is deprecated and is kept only to prevent breaking existing user code. Starting from PCL 1.8.0 model sample size is a protected member of the SampleConsensusModel class [-Wdeprecated-declarations] | |
SAC_SAMPLE_SIZE (sample_size_pairs, sample_size_pairs + sizeof (sample_size_pairs) / sizeof (SampleSizeModel)); | |
^~~~~~~~~~~~~~~ | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: note: declared here | |
In file included from /home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/3rdparty/metslib/mets.hh:148:0, | |
from /home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/hv/hv_go.h:14, | |
from /home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/impl/hv/hv_go.hpp:40, | |
from /home/alex/workspace/pcl-trunk/recognition/src/hv/hv_go.cpp:37: | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/3rdparty/metslib/abstract-search.hh:137:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] | |
throw(no_moves_error) = 0; | |
^~~~~ | |
In file included from /home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/3rdparty/metslib/mets.hh:149:0, | |
from /home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/hv/hv_go.h:14, | |
from /home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/impl/hv/hv_go.hpp:40, | |
from /home/alex/workspace/pcl-trunk/recognition/src/hv/hv_go.cpp:37: | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/3rdparty/metslib/local-search.hh:83:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] | |
throw(no_moves_error); | |
^~~~~ | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/3rdparty/metslib/local-search.hh:110:3: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] | |
throw(no_moves_error) | |
^~~~~ | |
In file included from /home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/3rdparty/metslib/mets.hh:150:0, | |
from /home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/hv/hv_go.h:14, | |
from /home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/impl/hv/hv_go.hpp:40, | |
from /home/alex/workspace/pcl-trunk/recognition/src/hv/hv_go.cpp:37: | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/3rdparty/metslib/tabu-search.hh:245:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] | |
throw(no_moves_error); | |
^~~~~ | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/3rdparty/metslib/tabu-search.hh:404:3: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] | |
throw(no_moves_error) | |
^~~~~ | |
In file included from /home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/3rdparty/metslib/mets.hh:151:0, | |
from /home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/hv/hv_go.h:14, | |
from /home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/impl/hv/hv_go.hpp:40, | |
from /home/alex/workspace/pcl-trunk/recognition/src/hv/hv_go.cpp:37: | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/3rdparty/metslib/simulated-annealing.hh:125:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] | |
throw(no_moves_error); | |
^~~~~ | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/3rdparty/metslib/simulated-annealing.hh:224:3: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] | |
throw(no_moves_error) | |
^~~~~ | |
In file included from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model.h:52:0, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac.h:45, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/ransac.h:44, | |
from /home/alex/workspace/pcl-trunk/registration/include/pcl/registration/correspondence_rejection_sample_consensus.h:45, | |
from /home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/impl/cg/hough_3d.hpp:45, | |
from /home/alex/workspace/pcl-trunk/recognition/src/cg/hough_3d.cpp:43: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h: In function ‘void __static_initialization_and_destruction_0(int, int)’: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: warning: ‘pcl::SAC_SAMPLE_SIZE’ is deprecated: This map is deprecated and is kept only to prevent breaking existing user code. Starting from PCL 1.8.0 model sample size is a protected member of the SampleConsensusModel class [-Wdeprecated-declarations] | |
SAC_SAMPLE_SIZE (sample_size_pairs, sample_size_pairs + sizeof (sample_size_pairs) / sizeof (SampleSizeModel)); | |
^~~~~~~~~~~~~~~ | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: note: declared here | |
In file included from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model.h:52:0, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac.h:45, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/ransac.h:44, | |
from /home/alex/workspace/pcl-trunk/registration/include/pcl/registration/correspondence_rejection_sample_consensus.h:45, | |
from /home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/impl/cg/geometric_consistency.hpp:45, | |
from /home/alex/workspace/pcl-trunk/recognition/src/cg/geometric_consistency.cpp:43: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h: In function ‘void __static_initialization_and_destruction_0(int, int)’: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: warning: ‘pcl::SAC_SAMPLE_SIZE’ is deprecated: This map is deprecated and is kept only to prevent breaking existing user code. Starting from PCL 1.8.0 model sample size is a protected member of the SampleConsensusModel class [-Wdeprecated-declarations] | |
SAC_SAMPLE_SIZE (sample_size_pairs, sample_size_pairs + sizeof (sample_size_pairs) / sizeof (SampleSizeModel)); | |
^~~~~~~~~~~~~~~ | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: note: declared here | |
In file included from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model_registration.h:333:0, | |
from /home/alex/workspace/pcl-trunk/registration/include/pcl/registration/correspondence_rejection_sample_consensus.h:46, | |
from /home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/impl/cg/geometric_consistency.hpp:45, | |
from /home/alex/workspace/pcl-trunk/recognition/src/cg/geometric_consistency.cpp:43: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/impl/sac_model_registration.hpp: In member function ‘bool pcl::SampleConsensusModelRegistration<PointT>::isSampleGood(const std::vector<int>&) const [with PointT = pcl::PointDEM]’: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/impl/sac_model_registration.hpp:60:42: warning: ‘p10.pcl::PointDEM::<anonymous>.pcl::_PointDEM::<anonymous>.pcl::_PointDEM::<unnamed union>::<anonymous>.pcl::_PointDEM::<unnamed union>::<unnamed struct>::z’ is used uninitialized in this function [-Wuninitialized] | |
return ((p10.x * p10.x + p10.y * p10.y + p10.z * p10.z) > sample_dist_thresh_ && | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/impl/sac_model_registration.hpp:61:42: warning: ‘p20.pcl::PointDEM::<anonymous>.pcl::_PointDEM::<anonymous>.pcl::_PointDEM::<unnamed union>::<anonymous>.pcl::_PointDEM::<unnamed union>::<unnamed struct>::z’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
(p20.x * p20.x + p20.y * p20.y + p20.z * p20.z) > sample_dist_thresh_ && | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/impl/sac_model_registration.hpp:62:42: warning: ‘p21.pcl::PointDEM::<anonymous>.pcl::_PointDEM::<anonymous>.pcl::_PointDEM::<unnamed union>::<anonymous>.pcl::_PointDEM::<unnamed union>::<unnamed struct>::z’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
(p21.x * p21.x + p21.y * p21.y + p21.z * p21.z) > sample_dist_thresh_); | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
In file included from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model.h:52:0, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac.h:45, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/ransac.h:44, | |
from /home/alex/workspace/pcl-trunk/registration/include/pcl/registration/icp.h:45, | |
from /home/alex/workspace/pcl-trunk/tools/elch.cpp:44: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h: In function ‘void __static_initialization_and_destruction_0(int, int)’: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: warning: ‘pcl::SAC_SAMPLE_SIZE’ is deprecated: This map is deprecated and is kept only to prevent breaking existing user code. Starting from PCL 1.8.0 model sample size is a protected member of the SampleConsensusModel class [-Wdeprecated-declarations] | |
SAC_SAMPLE_SIZE (sample_size_pairs, sample_size_pairs + sizeof (sample_size_pairs) / sizeof (SampleSizeModel)); | |
^~~~~~~~~~~~~~~ | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: note: declared here | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
In file included from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model.h:52:0, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac.h:45, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/ransac.h:44, | |
from /home/alex/workspace/pcl-trunk/registration/include/pcl/registration/icp.h:45, | |
from /home/alex/workspace/pcl-trunk/tools/icp.cpp:43: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h: In function ‘void __static_initialization_and_destruction_0(int, int)’: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: warning: ‘pcl::SAC_SAMPLE_SIZE’ is deprecated: This map is deprecated and is kept only to prevent breaking existing user code. Starting from PCL 1.8.0 model sample size is a protected member of the SampleConsensusModel class [-Wdeprecated-declarations] | |
SAC_SAMPLE_SIZE (sample_size_pairs, sample_size_pairs + sizeof (sample_size_pairs) / sizeof (SampleSizeModel)); | |
^~~~~~~~~~~~~~~ | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: note: declared here | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
In file included from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model.h:52:0, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac.h:45, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/ransac.h:44, | |
from /home/alex/workspace/pcl-trunk/registration/include/pcl/registration/icp.h:45, | |
from /home/alex/workspace/pcl-trunk/tools/icp2d.cpp:43: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h: In function ‘void __static_initialization_and_destruction_0(int, int)’: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: warning: ‘pcl::SAC_SAMPLE_SIZE’ is deprecated: This map is deprecated and is kept only to prevent breaking existing user code. Starting from PCL 1.8.0 model sample size is a protected member of the SampleConsensusModel class [-Wdeprecated-declarations] | |
SAC_SAMPLE_SIZE (sample_size_pairs, sample_size_pairs + sizeof (sample_size_pairs) / sizeof (SampleSizeModel)); | |
^~~~~~~~~~~~~~~ | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: note: declared here | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
In file included from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model.h:52:0, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac.h:45, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/ransac.h:44, | |
from /home/alex/workspace/pcl-trunk/tools/sac_segmentation_plane.cpp:40: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h: In function ‘void __static_initialization_and_destruction_0(int, int)’: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: warning: ‘pcl::SAC_SAMPLE_SIZE’ is deprecated: This map is deprecated and is kept only to prevent breaking existing user code. Starting from PCL 1.8.0 model sample size is a protected member of the SampleConsensusModel class [-Wdeprecated-declarations] | |
SAC_SAMPLE_SIZE (sample_size_pairs, sample_size_pairs + sizeof (sample_size_pairs) / sizeof (SampleSizeModel)); | |
^~~~~~~~~~~~~~~ | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: note: declared here | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
In file included from /home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/model_library.h:42:0, | |
from /home/alex/workspace/pcl-trunk/recognition/src/ransac_based/model_library.cpp:40: | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h: In function ‘void pcl::recognition::aux::expandBoundingBoxToContainPoint(T*, const T*)’: | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h:100:9: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation] | |
else if ( p[0] > bbox[1] ) bbox[1] = p[0]; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h:102:14: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’ | |
if ( p[1] < bbox[2] ) bbox[2] = p[1]; | |
^~ | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h:103:9: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation] | |
else if ( p[1] > bbox[3] ) bbox[3] = p[1]; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h:105:14: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’ | |
if ( p[2] < bbox[4] ) bbox[4] = p[2]; | |
^~ | |
In file included from /home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/model_library.h:42:0, | |
from /home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/hypothesis.h:49, | |
from /home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/obj_rec_ransac.h:42, | |
from /home/alex/workspace/pcl-trunk/recognition/src/ransac_based/obj_rec_ransac.cpp:41: | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h: In function ‘void pcl::recognition::aux::expandBoundingBoxToContainPoint(T*, const T*)’: | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h:100:9: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation] | |
else if ( p[0] > bbox[1] ) bbox[1] = p[0]; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h:102:14: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’ | |
if ( p[1] < bbox[2] ) bbox[2] = p[1]; | |
^~ | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h:103:9: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation] | |
else if ( p[1] > bbox[3] ) bbox[3] = p[1]; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h:105:14: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’ | |
if ( p[2] < bbox[4] ) bbox[4] = p[2]; | |
^~ | |
In file included from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model.h:52:0, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac.h:45, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/ransac.h:44, | |
from /home/alex/workspace/pcl-trunk/registration/include/pcl/registration/icp.h:45, | |
from /home/alex/workspace/pcl-trunk/tools/registration_visualizer.cpp:41: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h: In function ‘void __static_initialization_and_destruction_0(int, int)’: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: warning: ‘pcl::SAC_SAMPLE_SIZE’ is deprecated: This map is deprecated and is kept only to prevent breaking existing user code. Starting from PCL 1.8.0 model sample size is a protected member of the SampleConsensusModel class [-Wdeprecated-declarations] | |
SAC_SAMPLE_SIZE (sample_size_pairs, sample_size_pairs + sizeof (sample_size_pairs) / sizeof (SampleSizeModel)); | |
^~~~~~~~~~~~~~~ | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: note: declared here | |
In file included from /home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/orr_octree.h:49:0, | |
from /home/alex/workspace/pcl-trunk/recognition/src/ransac_based/orr_octree.cpp:40: | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h: In function ‘void pcl::recognition::aux::expandBoundingBoxToContainPoint(T*, const T*)’: | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h:100:9: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation] | |
else if ( p[0] > bbox[1] ) bbox[1] = p[0]; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h:102:14: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’ | |
if ( p[1] < bbox[2] ) bbox[2] = p[1]; | |
^~ | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h:103:9: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation] | |
else if ( p[1] > bbox[3] ) bbox[3] = p[1]; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h:105:14: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’ | |
if ( p[2] < bbox[4] ) bbox[4] = p[2]; | |
^~ | |
In file included from /home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/orr_octree.h:49:0, | |
from /home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/orr_octree_zprojection.h:49, | |
from /home/alex/workspace/pcl-trunk/recognition/src/ransac_based/orr_octree_zprojection.cpp:46: | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h: In function ‘void pcl::recognition::aux::expandBoundingBoxToContainPoint(T*, const T*)’: | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h:100:9: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation] | |
else if ( p[0] > bbox[1] ) bbox[1] = p[0]; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h:102:14: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’ | |
if ( p[1] < bbox[2] ) bbox[2] = p[1]; | |
^~ | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h:103:9: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation] | |
else if ( p[1] > bbox[3] ) bbox[3] = p[1]; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h:105:14: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’ | |
if ( p[2] < bbox[4] ) bbox[4] = p[2]; | |
^~ | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
In file included from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model.h:52:0, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac.h:45, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/ransac.h:44, | |
from /home/alex/workspace/pcl-trunk/registration/include/pcl/registration/icp.h:45, | |
from /home/alex/workspace/pcl-trunk/recognition/src/face_detection/rf_face_detector_trainer.cpp:17: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h: In function ‘void __static_initialization_and_destruction_0(int, int)’: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: warning: ‘pcl::SAC_SAMPLE_SIZE’ is deprecated: This map is deprecated and is kept only to prevent breaking existing user code. Starting from PCL 1.8.0 model sample size is a protected member of the SampleConsensusModel class [-Wdeprecated-declarations] | |
SAC_SAMPLE_SIZE (sample_size_pairs, sample_size_pairs + sizeof (sample_size_pairs) / sizeof (SampleSizeModel)); | |
^~~~~~~~~~~~~~~ | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: note: declared here | |
In file included from /home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/model_library.h:42:0, | |
from /home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/hypothesis.h:49, | |
from /home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/obj_rec_ransac.h:42, | |
from /home/alex/workspace/pcl-trunk/tools/obj_rec_ransac_scene_opps.cpp:46: | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h: In function ‘void pcl::recognition::aux::expandBoundingBoxToContainPoint(T*, const T*)’: | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h:100:9: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation] | |
else if ( p[0] > bbox[1] ) bbox[1] = p[0]; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h:102:14: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’ | |
if ( p[1] < bbox[2] ) bbox[2] = p[1]; | |
^~ | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h:103:9: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation] | |
else if ( p[1] > bbox[3] ) bbox[3] = p[1]; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h:105:14: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’ | |
if ( p[2] < bbox[4] ) bbox[4] = p[2]; | |
^~ | |
In file included from /home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/model_library.h:42:0, | |
from /home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/hypothesis.h:49, | |
from /home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/obj_rec_ransac.h:42, | |
from /home/alex/workspace/pcl-trunk/tools/obj_rec_ransac_model_opps.cpp:45: | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h: In function ‘void pcl::recognition::aux::expandBoundingBoxToContainPoint(T*, const T*)’: | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h:100:9: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation] | |
else if ( p[0] > bbox[1] ) bbox[1] = p[0]; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h:102:14: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’ | |
if ( p[1] < bbox[2] ) bbox[2] = p[1]; | |
^~ | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h:103:9: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation] | |
else if ( p[1] > bbox[3] ) bbox[3] = p[1]; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h:105:14: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’ | |
if ( p[2] < bbox[4] ) bbox[4] = p[2]; | |
^~ | |
In file included from /home/alex/workspace/pcl-trunk/tools/train_linemod_template.cpp:50:0: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h: In function ‘void __static_initialization_and_destruction_0(int, int)’: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: warning: ‘pcl::SAC_SAMPLE_SIZE’ is deprecated: This map is deprecated and is kept only to prevent breaking existing user code. Starting from PCL 1.8.0 model sample size is a protected member of the SampleConsensusModel class [-Wdeprecated-declarations] | |
SAC_SAMPLE_SIZE (sample_size_pairs, sample_size_pairs + sizeof (sample_size_pairs) / sizeof (SampleSizeModel)); | |
^~~~~~~~~~~~~~~ | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: note: declared here | |
In file included from /home/alex/workspace/pcl-trunk/filters/include/pcl/filters/convolution.h:237:0, | |
from /home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/color_gradient_modality.h:47, | |
from /home/alex/workspace/pcl-trunk/tools/train_linemod_template.cpp:54: | |
/home/alex/workspace/pcl-trunk/filters/include/pcl/filters/impl/convolution.hpp: In member function ‘void pcl::filters::Convolution<PointIn, PointOut>::convolveRows(pcl::filters::Convolution<PointIn, PointOut>::PointCloudOut&) [with PointIn = pcl::RGB; PointOut = pcl::RGB]’: | |
/home/alex/workspace/pcl-trunk/filters/include/pcl/filters/impl/convolution.hpp:96:57: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case BORDERS_POLICY_MIRROR : convolve_rows_mirror (output); | |
~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ | |
/home/alex/workspace/pcl-trunk/filters/include/pcl/filters/impl/convolution.hpp:97:7: note: here | |
case BORDERS_POLICY_DUPLICATE : convolve_rows_duplicate (output); | |
^~~~ | |
/home/alex/workspace/pcl-trunk/filters/include/pcl/filters/impl/convolution.hpp:97:63: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case BORDERS_POLICY_DUPLICATE : convolve_rows_duplicate (output); | |
~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ | |
/home/alex/workspace/pcl-trunk/filters/include/pcl/filters/impl/convolution.hpp:98:7: note: here | |
case BORDERS_POLICY_IGNORE : convolve_rows (output); | |
^~~~ | |
/home/alex/workspace/pcl-trunk/filters/include/pcl/filters/impl/convolution.hpp: In member function ‘void pcl::filters::Convolution<PointIn, PointOut>::convolveCols(pcl::filters::Convolution<PointIn, PointOut>::PointCloudOut&) [with PointIn = pcl::RGB; PointOut = pcl::RGB]’: | |
/home/alex/workspace/pcl-trunk/filters/include/pcl/filters/impl/convolution.hpp:116:57: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case BORDERS_POLICY_MIRROR : convolve_cols_mirror (output); | |
~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ | |
/home/alex/workspace/pcl-trunk/filters/include/pcl/filters/impl/convolution.hpp:117:7: note: here | |
case BORDERS_POLICY_DUPLICATE : convolve_cols_duplicate (output); | |
^~~~ | |
/home/alex/workspace/pcl-trunk/filters/include/pcl/filters/impl/convolution.hpp:117:63: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case BORDERS_POLICY_DUPLICATE : convolve_cols_duplicate (output); | |
~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ | |
/home/alex/workspace/pcl-trunk/filters/include/pcl/filters/impl/convolution.hpp:118:7: note: here | |
case BORDERS_POLICY_IGNORE : convolve_cols (output); | |
^~~~ | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
In file included from /home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/orr_octree.h:49:0, | |
from /home/alex/workspace/pcl-trunk/tools/obj_rec_ransac_orr_octree.cpp:55: | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h: In function ‘void pcl::recognition::aux::expandBoundingBoxToContainPoint(T*, const T*)’: | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h:100:9: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation] | |
else if ( p[0] > bbox[1] ) bbox[1] = p[0]; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h:102:14: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’ | |
if ( p[1] < bbox[2] ) bbox[2] = p[1]; | |
^~ | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h:103:9: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation] | |
else if ( p[1] > bbox[3] ) bbox[3] = p[1]; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h:105:14: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’ | |
if ( p[2] < bbox[4] ) bbox[4] = p[2]; | |
^~ | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
In file included from /home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/model_library.h:42:0, | |
from /home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/hypothesis.h:49, | |
from /home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/obj_rec_ransac.h:42, | |
from /home/alex/workspace/pcl-trunk/tools/obj_rec_ransac_hash_table.cpp:47: | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h: In function ‘void pcl::recognition::aux::expandBoundingBoxToContainPoint(T*, const T*)’: | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h:100:9: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation] | |
else if ( p[0] > bbox[1] ) bbox[1] = p[0]; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h:102:14: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’ | |
if ( p[1] < bbox[2] ) bbox[2] = p[1]; | |
^~ | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h:103:9: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation] | |
else if ( p[1] > bbox[3] ) bbox[3] = p[1]; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h:105:14: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’ | |
if ( p[2] < bbox[4] ) bbox[4] = p[2]; | |
^~ | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
In file included from /home/alex/workspace/pcl-trunk/filters/include/pcl/filters/convolution.h:237:0, | |
from /home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/color_gradient_modality.h:47, | |
from /home/alex/workspace/pcl-trunk/tools/match_linemod_template.cpp:46: | |
/home/alex/workspace/pcl-trunk/filters/include/pcl/filters/impl/convolution.hpp: In member function ‘void pcl::filters::Convolution<PointIn, PointOut>::convolveRows(pcl::filters::Convolution<PointIn, PointOut>::PointCloudOut&) [with PointIn = pcl::RGB; PointOut = pcl::RGB]’: | |
/home/alex/workspace/pcl-trunk/filters/include/pcl/filters/impl/convolution.hpp:96:57: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case BORDERS_POLICY_MIRROR : convolve_rows_mirror (output); | |
~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ | |
/home/alex/workspace/pcl-trunk/filters/include/pcl/filters/impl/convolution.hpp:97:7: note: here | |
case BORDERS_POLICY_DUPLICATE : convolve_rows_duplicate (output); | |
^~~~ | |
/home/alex/workspace/pcl-trunk/filters/include/pcl/filters/impl/convolution.hpp:97:63: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case BORDERS_POLICY_DUPLICATE : convolve_rows_duplicate (output); | |
~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ | |
/home/alex/workspace/pcl-trunk/filters/include/pcl/filters/impl/convolution.hpp:98:7: note: here | |
case BORDERS_POLICY_IGNORE : convolve_rows (output); | |
^~~~ | |
/home/alex/workspace/pcl-trunk/filters/include/pcl/filters/impl/convolution.hpp: In member function ‘void pcl::filters::Convolution<PointIn, PointOut>::convolveCols(pcl::filters::Convolution<PointIn, PointOut>::PointCloudOut&) [with PointIn = pcl::RGB; PointOut = pcl::RGB]’: | |
/home/alex/workspace/pcl-trunk/filters/include/pcl/filters/impl/convolution.hpp:116:57: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case BORDERS_POLICY_MIRROR : convolve_cols_mirror (output); | |
~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ | |
/home/alex/workspace/pcl-trunk/filters/include/pcl/filters/impl/convolution.hpp:117:7: note: here | |
case BORDERS_POLICY_DUPLICATE : convolve_cols_duplicate (output); | |
^~~~ | |
/home/alex/workspace/pcl-trunk/filters/include/pcl/filters/impl/convolution.hpp:117:63: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case BORDERS_POLICY_DUPLICATE : convolve_cols_duplicate (output); | |
~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ | |
/home/alex/workspace/pcl-trunk/filters/include/pcl/filters/impl/convolution.hpp:118:7: note: here | |
case BORDERS_POLICY_IGNORE : convolve_cols (output); | |
^~~~ | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
In file included from /home/alex/workspace/pcl-trunk/filters/include/pcl/filters/convolution.h:237:0, | |
from /home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/color_gradient_modality.h:47, | |
from /home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/linemod/line_rgbd.h:42, | |
from /home/alex/workspace/pcl-trunk/tools/linemod_detection.cpp:9: | |
/home/alex/workspace/pcl-trunk/filters/include/pcl/filters/impl/convolution.hpp: In member function ‘void pcl::filters::Convolution<PointIn, PointOut>::convolveRows(pcl::filters::Convolution<PointIn, PointOut>::PointCloudOut&) [with PointIn = pcl::RGB; PointOut = pcl::RGB]’: | |
/home/alex/workspace/pcl-trunk/filters/include/pcl/filters/impl/convolution.hpp:96:57: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case BORDERS_POLICY_MIRROR : convolve_rows_mirror (output); | |
~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ | |
/home/alex/workspace/pcl-trunk/filters/include/pcl/filters/impl/convolution.hpp:97:7: note: here | |
case BORDERS_POLICY_DUPLICATE : convolve_rows_duplicate (output); | |
^~~~ | |
/home/alex/workspace/pcl-trunk/filters/include/pcl/filters/impl/convolution.hpp:97:63: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case BORDERS_POLICY_DUPLICATE : convolve_rows_duplicate (output); | |
~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ | |
/home/alex/workspace/pcl-trunk/filters/include/pcl/filters/impl/convolution.hpp:98:7: note: here | |
case BORDERS_POLICY_IGNORE : convolve_rows (output); | |
^~~~ | |
/home/alex/workspace/pcl-trunk/filters/include/pcl/filters/impl/convolution.hpp: In member function ‘void pcl::filters::Convolution<PointIn, PointOut>::convolveCols(pcl::filters::Convolution<PointIn, PointOut>::PointCloudOut&) [with PointIn = pcl::RGB; PointOut = pcl::RGB]’: | |
/home/alex/workspace/pcl-trunk/filters/include/pcl/filters/impl/convolution.hpp:116:57: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case BORDERS_POLICY_MIRROR : convolve_cols_mirror (output); | |
~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ | |
/home/alex/workspace/pcl-trunk/filters/include/pcl/filters/impl/convolution.hpp:117:7: note: here | |
case BORDERS_POLICY_DUPLICATE : convolve_cols_duplicate (output); | |
^~~~ | |
/home/alex/workspace/pcl-trunk/filters/include/pcl/filters/impl/convolution.hpp:117:63: warning: this statement may fall through [-Wimplicit-fallthrough=] | |
case BORDERS_POLICY_DUPLICATE : convolve_cols_duplicate (output); | |
~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ | |
/home/alex/workspace/pcl-trunk/filters/include/pcl/filters/impl/convolution.hpp:118:7: note: here | |
case BORDERS_POLICY_IGNORE : convolve_cols (output); | |
^~~~ | |
In file included from /home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/model_library.h:42:0, | |
from /home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/hypothesis.h:49, | |
from /home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/obj_rec_ransac.h:42, | |
from /home/alex/workspace/pcl-trunk/tools/obj_rec_ransac_accepted_hypotheses.cpp:46: | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h: In function ‘void pcl::recognition::aux::expandBoundingBoxToContainPoint(T*, const T*)’: | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h:100:9: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation] | |
else if ( p[0] > bbox[1] ) bbox[1] = p[0]; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h:102:14: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’ | |
if ( p[1] < bbox[2] ) bbox[2] = p[1]; | |
^~ | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h:103:9: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation] | |
else if ( p[1] > bbox[3] ) bbox[3] = p[1]; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h:105:14: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’ | |
if ( p[2] < bbox[4] ) bbox[4] = p[2]; | |
^~ | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
In file included from /home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/orr_octree.h:49:0, | |
from /home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/orr_octree_zprojection.h:49, | |
from /home/alex/workspace/pcl-trunk/tools/obj_rec_ransac_orr_octree_zprojection.cpp:55: | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h: In function ‘void pcl::recognition::aux::expandBoundingBoxToContainPoint(T*, const T*)’: | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h:100:9: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation] | |
else if ( p[0] > bbox[1] ) bbox[1] = p[0]; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h:102:14: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’ | |
if ( p[1] < bbox[2] ) bbox[2] = p[1]; | |
^~ | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h:103:9: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation] | |
else if ( p[1] > bbox[3] ) bbox[3] = p[1]; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h:105:14: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’ | |
if ( p[2] < bbox[4] ) bbox[4] = p[2]; | |
^~ | |
In file included from /home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/model_library.h:42:0, | |
from /home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/hypothesis.h:49, | |
from /home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/obj_rec_ransac.h:42, | |
from /home/alex/workspace/pcl-trunk/tools/obj_rec_ransac_result.cpp:46: | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h: In function ‘void pcl::recognition::aux::expandBoundingBoxToContainPoint(T*, const T*)’: | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h:100:9: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation] | |
else if ( p[0] > bbox[1] ) bbox[1] = p[0]; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h:102:14: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’ | |
if ( p[1] < bbox[2] ) bbox[2] = p[1]; | |
^~ | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h:103:9: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation] | |
else if ( p[1] > bbox[3] ) bbox[3] = p[1]; | |
^~~~ | |
/home/alex/workspace/pcl-trunk/recognition/include/pcl/recognition/ransac_based/auxiliary.h:105:14: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’ | |
if ( p[2] < bbox[4] ) bbox[4] = p[2]; | |
^~ | |
In file included from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac_model.h:52:0, | |
from /home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/sac.h:45, | |
from /home/alex/workspace/pcl-trunk/segmentation/include/pcl/segmentation/sac_segmentation.h:49, | |
from /home/alex/workspace/pcl-trunk/tools/obj_rec_ransac_result.cpp:45: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h: In function ‘void __static_initialization_and_destruction_0(int, int)’: | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: warning: ‘pcl::SAC_SAMPLE_SIZE’ is deprecated: This map is deprecated and is kept only to prevent breaking existing user code. Starting from PCL 1.8.0 model sample size is a protected member of the SampleConsensusModel class [-Wdeprecated-declarations] | |
SAC_SAMPLE_SIZE (sample_size_pairs, sample_size_pairs + sizeof (sample_size_pairs) / sizeof (SampleSizeModel)); | |
^~~~~~~~~~~~~~~ | |
/home/alex/workspace/pcl-trunk/sample_consensus/include/pcl/sample_consensus/model_types.h:99:3: note: declared here | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 | |
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: warning: libjpeg.so.8, needed by /usr/lib64/gcc/x86_64-suse-linux/7/../../../../lib64/libtiff.so, may conflict with libjpeg.so.62 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
grep "[-W" pcl-warnings.txt | sort | uniq -c | sort -k1nr > sorted-warnings.txt