-
Bug
-
Resolution: Fixed
-
Minor
-
IAR C/C++ Compiler for ARM 8.22.2
-
-
warnings-ng 4.0.0, analysis-model-api 3.0.0
Using the above compiler version, warnings are output in following way:
"c:\external\specific\cpp\iar_cxxabi.cpp",432 Warning[Pe852]: expression must be a pointer to a complete object type
"external/specific/wiced/WICED/security/BESL/host/WICED/wiced_p2p.c",81 Warning[Pe549]: variable "result" is used before its value is set
"external/specific/wiced/WICED/platform/MCU/RTOS_STM32F4xx/platform_dct_external.c",412 Warning[Pe223]: function "memcpy" declared implicitly
"source/dal/InterMcu/InterMcuTransport.cpp",633 Error[Pe018]: expected a ")"
With a look to IarParser.java:22, it's clear that the regex does not match.
With regard to warning-ng-plugin, paths without drive letter have to be recognized as well so that they can be resolved within jenkins workspace.