有人能解释一下如何从仪表板过滤掉下面的警告吗?
警告:#警告“弃用”./vcl_deprecated_header.h.h:10:3:警告:#警告:#警告“不推荐”-Wcpp #警告“弃用”
到目前为止,我在CTestCustom.cmake中尝试了下面的内容
set(CTEST_CUSTOM_WARNING_EXCEPTION ${CTEST_CUSTOM_WARNING_EXCEPTION} ".*vcl_deprecated_header.warning.“"vcl_deprecated_header“)
我有ctest_read_custom_files在ctest_confgiure之后
参见构建说明- http://dash.orfeo-toolbox.org/viewNotes.php?buildid=160097
发布于 2014-10-20 13:04:32
试着用-Wno-cpp编译来抑制警告吗?
https://stackoverflow.com/questions/26458652
复制相似问题