ctestcustom.ctest.in

来自「DTMK软件开发包,此为开源软件,是一款很好的医学图像开发资源.」· IN 代码 · 共 16 行

IN
16
字号
SET(CTEST_CUSTOM_WARNING_EXCEPTION
  ${CTEST_CUSTOM_WARNING_EXCEPTION}
  "comparison is always (true|false) due to limited range of data type"
  "ld: warning prebinding disabled because \\((__TEXT|__DATA|__LINKEDIT) segment \\(address = 0x[a-f0-9]+ size = 0x[a-f0-9]+\\) of (.*) overlaps with (__LINKEDIT|__TEXT|__DATA) segment \\(address = 0x[a-f0-9]+ size = 0x[a-f0-9]+\\) of (.*)"
  "ld: warning prebinding disabled because dependent library: (.*).dylib is not prebound"
  "gdcmjasper/(.*) warning: statement not reached"
  "warning: string length `[0-9]+' is greater than the length `509' ISO C89 compilers are required to support"
  "warning: string length '[0-9]+' is greater than the length '509' ISO C89 compilers are required to support"
  "/.../gdcm/src/gdcmopenjpeg/(.*)"
  "\"/.../gdcm/src/gdcmjpeg/jccolor.c\", line 107: warning: integer overflow detected: op \"<<\""
  "Warning W8004.*gdcmjasper[\\]src[\\]libjasper.*"
  "Warning W8004.*gdcmopenjpeg[\\]libopenjpeg.*"
  )


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?